scale.majorTicks.colorString

The color of the major ticks.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
    value: 50,
    scale: {
        majorTicks: {
            color: "#ff6358"
        }
    }
});
</script>
In this article
scale.majorTicks.color
Not finding the help you need?
Contact Support