scale.majorTicks.colorString
The color of the major ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
scale: {
majorTicks: {
color: "#ff6358"
}
}
});
</script>
StringThe color of the major ticks.
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
scale: {
majorTicks: {
color: "#ff6358"
}
}
});
</script>