toObject

The second point of the line.

Example

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

x Number

The X position of second point.

y Number

The Y position of second point.

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