AngularTicksVisual<TArcGeometry, TLineGeometry, TLabelGeometry, TDrawingContext>
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. |
| TDrawingContext | The type of the drawing context. |
Object
=>
ChartElement<TDrawingContext>
=>
VisualElement<TDrawingContext>
=>
AngularTicksVisual<TArcGeometry, TLineGeometry, TLabelGeometry, TDrawingContext>
Derived:
Properties
Gets or sets the labels paint.
Type: IPaint<TDrawingContext>
Type: IPaint<TDrawingContext>
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<TDrawingContext>
Handler definition: VisualElementHandler<TDrawingContext>
Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler