BaseLabelGeometry
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing
Summary:
Defines a label geometry in the user interface.
Implements:
Derived:
Properties
Gets a value indicating whether the instance has transform.
Type: Boolean
Type: Boolean
Gets or sets the clipping bounds.
Type: LvcRectangle
Type: LvcRectangle
Gets or sets the vertical align.
Type: Align
Type: Align
Gets or sets the horizontal align.
Type: Align
Type: Align
This property is only available on debug mode, it indicates if the debug lines should be shown.
Type: Boolean
Type: Boolean
Gets or sets the paint, this property is different from Fill and Stroke
because it does not set a PaintStyle, it is normally used to draw labels.
Type: Paint
Type: Paint
Gets or sets a value indicating whether the instance should be removed from the canvas when all the animations are completed.
Type: Boolean
Type: Boolean
Public static fields
Methods
// Measures the instance.
// Sets the transition for the specified properties.
| Animation animation, | // The animation. |
| PropertyDefinition[] properties | // The properties, null to select all properties. |
)
// Removes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to remove, null to select all properties. |
)
// Completes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to complete, null to select all properties. |
)