Class StockChartPeriod
To specify customization options for stock chart period.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartPeriod : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartPeriod()
Declaration
public StockChartPeriod()
Properties
Interval
Count value for the button.
Declaration
[Parameter]
public double Interval { get; set; }
Property Value
| Type |
|---|
| double |
IntervalType
IntervalType of button.
Declaration
[Parameter]
public RangeIntervalType IntervalType { get; set; }
Property Value
| Type |
|---|
| RangeIntervalType |
Selected
To select the default period.
Declaration
[Parameter]
public bool Selected { get; set; }
Property Value
| Type |
|---|
| bool |
Text
Text to be displayed on the button.
Declaration
[Parameter]
public string Text { get; set; }
Property Value
| Type |
|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |