Class ChartCommonSelectedData
Options to customize the selected data of the chart component.
Inheritance
ChartCommonSelectedData
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCommonSelectedData : SfDataBoundComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
ChartCommonSelectedData()
Declaration
public ChartCommonSelectedData()
Properties
Point
Sets and gets the point index for the seleceted data.
Declaration
[Parameter]
public int Point { get; set; }
Property Value
| Type |
|---|
| int |
Series
Sets and gets the series index for the seleceted data.
Declaration
[Parameter]
public int Series { get; set; }
Property Value
| Type |
|---|
| int |