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

Rect

constructor parameters

The rectangle within which the children should be arranged

rect

kendo.dataviz.diagram.Rect
<div id="diagram"></div>
<script>
var diagram = kendo.dataviz.diagram;
var rect = new diagram.Rect(0, 0, 200, 300);
var layout = new diagram.Layout(rect, {
    orientation: "vertical",
    spacing: 10
});
console.log(layout.rect());
</script>
Not finding the help you need?
Contact Support