DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

label

Configures the labels displayed at the min and max values.

Type:

Object

format

Formats a value before it is displayed in a label.

Type:

Format

Default Value: function(value) { return value }

See the format section for details on accepted values.

position

Specifies whether labels are over or under the scale.

Type:

String

Default Value: 'bottom'
Accepted Values: 'bottom' | 'top'

When using the widget as an ASP.NET MVC Control, specify this option using the VerticalEdge enum. This enum accepts the following values: Top and Bottom.

visible

Specifies whether slider labels are visible.

Type:

Boolean

Default Value: false