The SfRangeSlider
control provides way to select the range of value within the specified minimum and maximum limits. The range can be selected by moving the Thumb control along a track.
The following samples are available for range slider to demonstrate the functionalities of each feature.
Sample | Description |
---|---|
Getting Started | It demonstrates the way to set start and end value of range, tick placement and label placement. |
SliderView | It shows the way of handling ValueChanged event. Based on the value, opacity of images was changed. |
Equalizer | In that sample, we have three range sliders in vertical orientation looks like equalizer and custom labels were used to plot the values. |