JavaScript/jQuery CircularGauge - scale.label
customizeText
this
keyword.See Also
hideFirstOrLast
When using the widget as an ASP.NET MVC Control, specify this option using the GaugeOverlappingBehavior
enum. This enum accepts the following values: HideFirstLabel
and HideLastLabel
.
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
.
useRangeColors
Specifies whether or not scale labels should be colored similarly to their corresponding ranges in the range container.
To paint all scale labels in a single color, you can use the color option of the font object. Alternatively, you can paint scale labels similarly to ranges in the range container. For this purpose, assign true to the useRangeColors option.
If you have technical questions, please create a support ticket in the DevExpress Support Center.