\Kendo\Dataviz\UI\DiagramConnectionTo

A PHP class representing the to setting of DiagramConnection.

Methods

x

Defines the point x value.

Returns

\Kendo\Dataviz\UI\DiagramConnectionTo

Parameters

$value float

Example

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

y

Defines the point y value.

Returns

\Kendo\Dataviz\UI\DiagramConnectionTo

Parameters

$value float

Example

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