scale.minorTicks.visibleBoolean(default: false)

The visibility of the minor ticks.

Example

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