LabelVisual
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.VisualElements
Summary:
Implements:
Properties
The default values used for the Xaml generator.
Type: LabelVisual
Type: LabelVisual
Gets or sets the vertical alignment.
Type: Align
Type: Align
Gets or sets the horizontal alignment.
Type: Align
Type: Align
Gets or sets the background color.
Type: LvcColor
Type: LvcColor
Gets or sets the z-index applied to every paint produced by this visual element.
When 0 (default) the underlying paint z-index is left untouched, which means the
visual is drawn behind series whose paints sit at SeriesId + offset.
Set a positive value (e.g. 1000) to render the visual on top of series.
Type: Int32
Type: Int32
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.