Back to Devexpress

RangeSelectorScaleType Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-f6e5f2f2.md

latest1.4 KB
Original Source

RangeSelectorScaleType Enum

Lists values determining the type of the scale.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum RangeSelectorScaleType
vb
Public Enum RangeSelectorScaleType

Members

NameDescription
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.

|

The following properties accept/return RangeSelectorScaleType values:

Remarks

The enumeration is used by the BootstrapRangeSelectorScale.Type property.

See Also

DevExpress.Web.Bootstrap Namespace