BaseAngularTicksVisual<TArcGeometry, TLineGeometry, TLabelGeometry>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Defines a visual element in a chart that draws a sized geometry in the user interface.
| TArcGeometry | The type of the arc geometry. |
| TLineGeometry | The type of the line geometry. |
| TLabelGeometry | The type of the label. |
Implements:
Derived:
Properties
Gets or sets the labels paint.
Type: Paint
Type: Paint
Gets or sets the outer offset, the distance between the edge of the chart and the arc and ticks.
Type: Double
Type: Double
Gets or sets the labels outer offset, the distance between the edge of the chart and the labels.
Type: Double
Type: Double
Gets or sets the ticks lenght.
Type: Double
Type: Double
Gets or sets the labels size.
Type: Double
Type: Double
Events
Called when the pointer goes down on the visual.
Handler definition: VisualElementHandler
Handler definition: VisualElementHandler
Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler
Methods
// Gets the hit box, an area where the user can interact with the object.