heightNumber

Sets the height of the rectangle.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    shapes: [{
        type: "rectangle",
        x: 100,
        y: 100,
        width: 200,
        height: 150,
        fill: {
            color: "#ff6358"
        }
    }]
});
</script>
In this article
height
Not finding the help you need?
Contact Support