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