New to Kendo UI for Angular? Start a free 30-day trial

Ticks

Along the track, the ticks of the Slider indicate the values which result from each incremented predefined step.

The Slider provides the following options for configuring its ticks:

Placement

To control the position of the ticks, use the tickPlacement property. You can set the ticks to appear along the upper or bottom side of a horizontal Slider, on the left or right side of a vertical Slider, or on both sides of the track. It is also possible to configure them not to occur at all.

Example
View Source
Change Theme:

Titles

The title property defines the titles of the ticks. By default, the title of each tick corresponds to its value. To customize the title, use a callback function.

Example
View Source
Change Theme:

Width

The fixedTickWidth property sets the width between each two ticks along the track. Its value has to be set in pixels. When the property is enabled, the Slider gets resized to fit all ticks with the corresponding width. If fixedTickWidth is not set, the component adjusts the size of the ticks so that the sum matches the actual size of the component.

Example
View Source
Change Theme:

In this article

Not finding the help you need?