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