Class StockChartSelectedDataIndex
To specify customization options for stock chart selected data index.
Inheritance
System.Object
StockChartSelectedDataIndex
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartSelectedDataIndex : OwningComponentBase
Constructors
StockChartSelectedDataIndex()
Declaration
public StockChartSelectedDataIndex()
Properties
Point
Specifies index of point.
Declaration
public int Point { get; set; }
Property Value
Type |
---|
System.Int32 |
Series
Specifies index of series.
Declaration
public int Series { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |