Class StockChartPeriod
To specify customization options for stock chart period.
Inheritance
System.Object
StockChartPeriod
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartPeriod : OwningComponentBase
Constructors
StockChartPeriod()
Declaration
public StockChartPeriod()
Properties
Interval
Count value for the button.
Declaration
public double Interval { get; set; }
Property Value
Type |
---|
System.Double |
IntervalType
IntervalType of button.
Declaration
public RangeIntervalType IntervalType { get; set; }
Property Value
Type |
---|
RangeIntervalType |
Selected
To select the default period.
Declaration
public bool Selected { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Text to be displayed on the button.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |