Class RangeNavigatorPeriodBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RangeNavigatorPeriodBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigatorPeriodBuilder : ControlBuilder
Constructors
RangeNavigatorPeriodBuilder()
Declaration
public RangeNavigatorPeriodBuilder()
RangeNavigatorPeriodBuilder(List<RangeNavigatorPeriod>)
Declaration
public RangeNavigatorPeriodBuilder(List<RangeNavigatorPeriod> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<RangeNavigatorPeriod> | collection |
Methods
Add()
Declaration
public void Add()
Interval(Double)
Count value for the button.
Declaration
public RangeNavigatorPeriodBuilder Interval(double interval)
Parameters
Type | Name | Description |
---|---|---|
System.Double | interval |
Returns
IntervalType(RangeIntervalType)
IntervalType of button.
Declaration
public RangeNavigatorPeriodBuilder IntervalType(RangeIntervalType intervalType)
Parameters
Type | Name | Description |
---|---|---|
RangeIntervalType | intervalType |
Returns
Selected(Boolean)
To select the default period.
Declaration
public RangeNavigatorPeriodBuilder Selected(bool selected)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | selected |
Returns
Text(String)
Text to be displayed on the button.
Declaration
public RangeNavigatorPeriodBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |