Class RangeNavigatorPeriodSelectorSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RangeNavigatorPeriodSelectorSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigatorPeriodSelectorSettings : EJTagHelper
Constructors
RangeNavigatorPeriodSelectorSettings()
Declaration
public RangeNavigatorPeriodSelectorSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Height
Height for the period selector.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 43 |
Periods
Specify the attributes of each period.
Declaration
public List<RangeNavigatorPeriod> Periods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.Charts.RangeNavigatorPeriod> | The default value is null |
Position
Vertical position of the period selector.
Declaration
public PeriodSelectorPosition Position { get; set; }
Property Value
Type | Description |
---|---|
PeriodSelectorPosition | The default value is PeriodSelectorPosition.Bottom |