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

ToY

configuration

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

toY

Number
<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>
Not finding the help you need?
Contact Support