BootstrapRangeSelectorScale Properties
Stores settings of the Range Selector control’s scale.| Name | Description |
|---|---|
| AggregationGroupWidth | Specifies the length of aggregation intervals in pixels. |
| AggregationInterval | Specifies the length of aggregation intervals in scale units. |
| AggregationIntervalUnit | Specifies the time measurement unit used to calculate aggregation intervals for date-time scales. |
| Categories | Specifies the order in which arguments (categories) are arranged on the scale. |
| EndValue | Specifies the end value of the scale. |
| EndValueString | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
| Holidays | Explicitly specifies particular days to be excluded from the scale, when BootstrapRangeSelectorScale.WorkdaysOnly is set to true. |
| Label | Provides access to scale label settings. |
| LogarithmBase | Specifies the value to be raised to a power when generating ticks for a scale of the logarithmic type. |
| Marker | Provides access to options for the date-time scale’s markers. |
| MaxRange | Specifies the maximum range that can be selected. |
| MinorTickCount | Specifies how many minor ticks to place between two neighboring major ticks. |
| MinorTickCssClass | Gets or sets the name of a CSS class applied to a minor tick element. |
| MinorTickInterval | Specifies the interval between minor ticks. |
| MinorTickIntervalUnit | Specifies the measurement unit of the minor tick interval. |
| MinorTickVisible | Specifies whether minor ticks are visible. |
| MinRange | Specifies the maximum range that can be selected. |
| PlaceholderHeight | Specifies the height of the space reserved for the scale in pixels. |
| RangeIntervalUnit | Specifies the measurement unit of the selected range interval. |
| SetTicksAtUnitBeginning | Obsolete. This functionality is deprecated as redundant. |
| ShowCustomBoundaryTicks | Specifies whether or not to show ticks for the boundary scale values, when neither major ticks nor minor ticks are created for these values. |
| SingleWorkdays | Explicitly specifies particular days to be included in the scale when BootstrapRangeSelectorScale.WorkdaysOnly is set to true. |
| StartValue | Specifies the start value of the scale. |
| StartValueString | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
| TickCssClass | Gets or sets the name of a CSS class applied to a scale tick element. |
| TickInterval | Specifies the interval between major scale ticks. |
| TickIntervalUnit | Specifies the measurement unit of the interval between major scale ticks. |
| Type | Specifies the type of the scale. |
| ValueType | Gets or sets the type of values. |
| WorkdaysOnly | If set to true, leaves only workdays on the scale. |
| WorkWeek | Specifies which days are workdays. |
See Also