\Kendo\Dataviz\UI\SankeyDataNodeLabelOffset

A PHP class representing the offset setting of SankeyDataNodeLabel.

Methods

left

The left offset of the label.

Returns

\Kendo\Dataviz\UI\SankeyDataNodeLabelOffset

Parameters

$value float

Example

<?php
$offset = new \Kendo\Dataviz\UI\SankeyDataNodeLabelOffset();
$offset->left(1);
?>

top

The top offset of the label.

Returns

\Kendo\Dataviz\UI\SankeyDataNodeLabelOffset

Parameters

$value float

Example

<?php
$offset = new \Kendo\Dataviz\UI\SankeyDataNodeLabelOffset();
$offset->top(1);
?>
In this article
Not finding the help you need?