\Kendo\Dataviz\UI\DiagramConnectionFrom

A PHP class representing the from setting of DiagramConnection.

Methods

x

Defines the x-coordinate of the connection source.

Returns

\Kendo\Dataviz\UI\DiagramConnectionFrom

Parameters

$value float

Example

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

y

Defines the y-coordinate of the connection source.

Returns

\Kendo\Dataviz\UI\DiagramConnectionFrom

Parameters

$value float

Example

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