jQuery Slider - 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'

Use the VerticalEdge enum to specify this option when the widget is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Top and Bottom.

visible

Specifies whether slider labels are visible.

Type:

Boolean

Default Value: false