\Kendo\Dataviz\UI\SankeyNodesOffset

A PHP class representing the offset setting of SankeyNodes.

Methods

left

The left offset of the node.

Returns

\Kendo\Dataviz\UI\SankeyNodesOffset

Parameters

$value float

Example

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

top

The top offset of the node.

Returns

\Kendo\Dataviz\UI\SankeyNodesOffset

Parameters

$value float

Example

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