Skip to main content
A newer version of this page is available. .

RangeSelectorScaleType Enum

Lists values determining the type of the scale.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public enum RangeSelectorScaleType

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