gaugeArea.heightNumber

The height of the gauge area.

Example

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