ChartPointContext
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
Defines the environment of a point in a chart.
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
Type: IChartView
Gets the DataSource.
Type: Object
Type: Object
Gets the visual.
Type: IDrawnElement
Type: IDrawnElement
Gets the additional visuals, some series might have more than one visual, here you can find the rest of them.
Type: Object
Type: Object
Gets the label.
Type: IDrawnElement
Type: IDrawnElement