scale.minorTicks.colorString

The color of the minor ticks. Any valid CSS color string will work here, including hex and rgb.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoRadialGauge({
    pointer: [{
        value: 80
    }],
    scale: {
        minorTicks: {
            color: "#666666"
        }
    }
});
</script>
In this article
scale.minorTicks.color
Not finding the help you need?
Contact Support