fromObject

The first point of the line.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    connections: [{
        from: { x: 100, y: 150 },
        to: { x: 300, y: 150 }
    }]
});
</script>

x Number

The X position of first point.

y Number

The Y position of first point.

In this article
from
Not finding the help you need?
Contact Support