scale.minorTicksObject
Configures the scale minor ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
minorTicks: {
color: "#999",
size: 5,
visible: true
}
}
});
</script>
In this article