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