RangeSelectorScaleType Enum
Lists values determining the type of the scale.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Auto
|
The scale type defined automatically based on the applied value. |
Discrete
|
The scale displays string values. |
Continuous
|
Default. The scale displays numeric or date-time values. |
Logarithmic
|
The scale displays numeric values. |
Semidiscrete
|
The scale displays numeric values. |
Related API Members
The following properties accept/return RangeSelectorScaleType values:
Remarks
The enumeration is used by the BootstrapRangeSelectorScale.Type property.
See Also