scale.labels.fontString(default: "12px Arial,Helvetica,sans-serif")

The font style of the labels.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
    value: 65,
    scale: {
        labels: {
            font: "16px Verdana"
        }
    }
});
</script>
In this article
scale.labels.font
Not finding the help you need?
Contact Support