scale.labels.visibleBoolean(default: true)

The visibility of the labels.

Example

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