Class ChartSelectedDataIndexes
Represents a collection of selected data indexes in a chart that distinguishes them from other data points.
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartSelectedDataIndexes : ChartSubComponent, IAsyncDisposable, ISubcomponentTracker
Remarks
Declare one or more ChartSelectedDataIndex children inside this component to preselect points.
Constructors
ChartSelectedDataIndexes()
Declaration
public ChartSelectedDataIndexes()
Implements
System.IAsyncDisposable