scale.labels.colorString

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

Example

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