Class Chart3DDefaultSelectedData
Options to customize the selected data of the chart component.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DDefaultSelectedData : Chart3DSubComponent, IChart3DSubcomponentTracker
Constructors
Chart3DDefaultSelectedData()
Declaration
public Chart3DDefaultSelectedData()
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 |