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