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