gaugeArea.widthNumber
The width of the gauge area.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
gaugeArea: {
width: 400
}
});
</script>
In this article
NumberThe width of the gauge area.
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
gaugeArea: {
width: 400
}
});
</script>