\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);
?>

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);
?>
In this article
Not finding the help you need?