scale.majorTicks.colorString
The color of the major ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
majorTicks: {
color: "#37b400",
visible: true
}
}
});
</script>