React RangeSelector - scale.label
Scale labels represent textual values for major scale ticks. The label object exposes properties that allow you to specify custom text for scale labels and properties that allow you to change the font for text.
customizeText
this
keyword.See Also
overlappingBehavior
When scale labels overlap each other, you can rearrange them by setting this option to one of the following values.
- hide
Hides certain scale labels leaving more space for the others. - none
Leaves scale labels overlapped.
When using the widget as an ASP.NET MVC Control, specify this option using the ScaleLabelOverlappingBehavior
enum. This enum accepts the following values: Hide
and None
.
topIndent
Specifies a spacing between scale labels and the background bottom edge.
If you have technical questions, please create a support ticket in the DevExpress Support Center.