ASPxTrackBar supports full scale customization. The key scale settings include:
- MinValue and MaxValue. Limit a value span visualized by the scale.
- LargeTickInterval. Specifies the large ticks placing interval.
- SmallTickFrequency. Defines how frequently small ticks should fill a single interval between large ticks.
Sometimes it can be useful to show a non-symmetrical scale. For this purpose, you can use the LargeTickStartValue and LargeTickEndValue properties to set the values where the first and the last large tick marks should be placed.
Using the Step property, you can set the minimal value (increment/decrement) by which the drag handle position can be changed by end-users.
In this demo, you can select predefined scale settings from the combo box above and then modify them to explore how different settings affect scale behavior and appearance.