scale.majorTicks.widthNumber
(default: 0.5)
The width of the major ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
majorTicks: {
width: 3,
visible: true
}
}
});
</script>
In this article