JavaScript/jQuery Slider - label
Configures the labels displayed at the min and max values.
Type:
format
Formats a value before it is displayed in a label.
Type:
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.
Use the VerticalEdge
enum to specify this property when the UI component 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
.
Feedback