VariableGeometryVisual<TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Defines a visual element that is useful to create series miniatures in the tool tips and legends.
| TDrawingContext | The type of the drawing context. |
Object
=>
ChartElement<TDrawingContext>
=>
VisualElement<TDrawingContext>
=>
BaseGeometryVisual<TDrawingContext>
=>
VariableGeometryVisual<TDrawingContext>
Derived:
Constructors
// Initializes a new instance of the VariableGeometryVisual`1 class.
| ISizedGeometry<TDrawingContext> geometry | // |
)
Properties
Gets or sets the geometry.
Type: ISizedGeometry<TDrawingContext>
Type: ISizedGeometry<TDrawingContext>
Events
Occurs when the geometry is initialized.
Handler definition: Action<ISizedGeometry<TDrawingContext>>
Handler definition: Action<ISizedGeometry<TDrawingContext>>
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
Methods
// Deletes the IPaint`1 instances that changed from the user interface.
| IChartView<TDrawingContext> chart | // The chart. |
)