ChartPointContext
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Defines the environment of a point in a chart.

Inheritance:
Object =>
ChartPointContext

Constructors

// Initializes a new instance of the ChartPointContext class.
IChartView chart, // The chart.
ISeries series, // The series.
IChartEntity entity// The entity.
)

Properties

Gets the chart.
Type: IChartView
Gets the series.
Type: ISeries
Gets the IChartEntity.
Type: IChartEntity
Gets the DataSource.
Type: Object
Gets the visual.
Type: IDrawnElement
Gets the additional visuals, some series might have more than one visual, here you can find the rest of them.
Type: Object
Gets the label.
Type: IDrawnElement
Gets or sets the area that triggers the ToolTip.
Type: HoverArea