Class StockChartPeriod
Inheritance
System.Object
StockChartPeriod
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartPeriod : BaseComponent, IDisposable
Constructors
StockChartPeriod()
Declaration
public StockChartPeriod()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Interval
Count value for the button
Declaration
public double Interval { get; set; }
Property Value
Type |
Description |
System.Double |
|
IntervalType
Declaration
public RangeIntervalType IntervalType { get; set; }
Property Value
jsProperty
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
Selected
To select the default period
Declaration
public bool Selected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Text
Text to be displayed on the button
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable