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

The font style of the labels.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoLinearGauge({
    pointer: {
        value: 30
    },
    scale: {
        min: 0,
        max: 50,
        labels: {
            font: "16px Verdana",
            color: "#3f51b5"
        }
    }
});
</script>
In this article
scale.labels.font
Not finding the help you need?
Contact Support