Class RangeNavigatorPeriod
Sets and gets the period element for an periodselector in range navigator.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeNavigatorPeriod : SfBaseComponent
Constructors
RangeNavigatorPeriod()
Declaration
public RangeNavigatorPeriod()
Properties
Interval
Gets and sets the interval value for the periods.
Declaration
public double Interval { get; set; }
Property Value
Type |
---|
System.Double |
IntervalType
Gets and sets the IntervalType of period.
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
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |