ChartEntityMetaData
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
Represents additional data required by LiveCharts to draw a point.
Object
=>
ChartEntityMetaData
Constructors
// Initializes a new instance of the ChartEntityMetaData class.
Action<Int32> onEntityIndexChanged | // The callback to call when the entity index changes. |
)
Properties
Gets the entity index, a consecutive integer based on the position of the entity in the data collection.
Type: Int32
Type: Int32
Gets the chart points dictionary.
Type: Dictionary<IChartView, ChartPoint>
Type: Dictionary<IChartView, ChartPoint>