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

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