VisualElement<TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Defines the base visual element class, inheriting from this class makes it easy to implement a visual element.
| TDrawingContext | *summary not found* |
Implements:
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. |
)