Class StockChartSelectedDataIndex
To specify customization options for stock chart selected data index.
Inheritance
StockChartSelectedDataIndex
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartSelectedDataIndex : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartSelectedDataIndex()
Declaration
public StockChartSelectedDataIndex()
Properties
Point
Specifies index of point.
Declaration
[Parameter]
public int Point { get; set; }
Property Value
| Type |
|---|
| int |
Series
Specifies index of series.
Declaration
[Parameter]
public int Series { get; set; }
Property Value
| Type |
|---|
| int |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |