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