scale.rangeSizeNumber

The width of the range indicators.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
    value: 50,
    scale: {
        rangeSize: 20
    }
});
</script>
In this article
scale.rangeSize
Not finding the help you need?
Contact Support