New to Kendo UI for jQueryStart a free 30-day trial

Resize

methods

Adjusts the widget layout to match the size of the container.

<div id="gauge" style="width: 100px; height: 100px;"></div>
<script>
    $("#gauge").kendoArcGauge({
        value: 50
    });

    $("#gauge").css({ width: "200px", height: "200px" })
        .data("kendoArcGauge").resize();
</script>
Not finding the help you need?
Contact Support