\Kendo\Dataviz\UI\SankeyDataNodeOffset
A PHP class representing the offset setting of SankeyDataNode.
Methods
left
The left offset of the node.
Returns
\Kendo\Dataviz\UI\SankeyDataNodeOffset
Parameters
$value float
Example
<?php
$offset = new \Kendo\Dataviz\UI\SankeyDataNodeOffset();
$offset->left(1);
?>
top
The top offset of the node.
Returns
\Kendo\Dataviz\UI\SankeyDataNodeOffset
Parameters
$value float
Example
<?php
$offset = new \Kendo\Dataviz\UI\SankeyDataNodeOffset();
$offset->top(1);
?>