Class ChartSelectedDataIndex
Represents the index of a selected data point in a chart, making the selected data point distinguishable from others.
Inheritance
System.Object
ChartSelectedDataIndex
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartSelectedDataIndex : ChartDefaultSelectedData, IAsyncDisposable, ISubcomponentTracker
Remarks
Use within ChartSelectedDataIndexes to declare initial selection by series and point index.
Constructors
ChartSelectedDataIndex()
Declaration
public ChartSelectedDataIndex()
Implements
System.IAsyncDisposable