toYNumber

The absolute point (Y-coordinate), if any, that the connection is pointing to.

Example

<div id="diagram"></div>
<script>
  $("#diagram").kendoDiagram();
  var diagram = $("#diagram").data("kendoDiagram");

  var connection = new kendo.dataviz.diagram.Connection({
    fromX: 75,
    fromY: 50,
    toX: 275,
    toY: 200,
    selectable: false
  });

  diagram.addConnection(connection);
</script>
In this article
toY
Not finding the help you need?
Contact Support