scale.majorTicks.visibleBoolean(default: false)

The visibility of the major ticks.

Example

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