scale.majorTicksObject
Configures the scale major ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
scale: {
majorTicks: {
visible: true,
color: "#0058e9",
size: 10
}
}
});
</script>
In this article