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>
In this article
scale.majorTicks.color
Not finding the help you need?
Contact Support