scale.minorTicksObject
Configures the scale minor ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoRadialGauge({
pointer: [{
value: 55
}],
scale: {
minorTicks: {
color: "#0066cc",
size: 5,
width: 1,
visible: true
}
}
});
</script>
In this article