BaseGeometryVisual<TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Defines a visual element that has stroke and fill, it can also be scaled in
Pixels or ChartValues.
| TDrawingContext | The type of the drawing context, |
Object
=>
ChartElement<TDrawingContext>
=>
VisualElement<TDrawingContext>
=>
BaseGeometryVisual<TDrawingContext>
Derived:
Properties
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
Methods
// Deletes the IPaint`1 instances that changed from the user interface.
| IChartView<TDrawingContext> chart | // The chart. |
)