\Kendo\Dataviz\UI\DiagramConnectionPoint

A PHP class representing the point setting of DiagramConnectionPoints.

Methods

x

Sets the X coordinate of the intermediate point.

Returns

\Kendo\Dataviz\UI\DiagramConnectionPoint

Parameters

$value float

Example

<?php
$point = new \Kendo\Dataviz\UI\DiagramConnectionPoint();
$point->x(1);
?>

y

Sets the Y coordinate of the intermediate point.

Returns

\Kendo\Dataviz\UI\DiagramConnectionPoint

Parameters

$value float

Example

<?php
$point = new \Kendo\Dataviz\UI\DiagramConnectionPoint();
$point->y(1);
?>
In this article
Not finding the help you need?