gaugeArea.heightNumber

The height of the gauge area.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
    value: 65,
    gaugeArea: {
        height: 300
    }
});
</script>
In this article
gaugeArea.height
Not finding the help you need?
Contact Support