ChartElement<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Obsolete.

Type parameters:
TDrawingContext
Inheritance:
Object =>
ChartElement =>
ChartElement<TDrawingContext>
Implements:

Properties

Tag
Gets or sets the object that contains data about the control.
Type: Object
Gets or sets a value indicating whether the element is visible.
Type: Boolean

Events

Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler

Methods

// Invalidates the IChartElement in the user interface.
Chart chart// The chart.
)
// Deletes the Paint instances that changed from the user interface.
IChartView chart// The chart.
)
// Removes the element from the UI.
Chart chart// The chart.
)