scale.rangeSizeNumber

The width of the range indicators.

Example

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