\Kendo\Dataviz\UI\SankeyMessages

A PHP class representing the messages setting of Sankey.

Methods

tooltipUnits

The units string displayed in the tooltip.

Returns

\Kendo\Dataviz\UI\SankeyMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\Dataviz\UI\SankeyMessages();
$messages->tooltipUnits('value');
?>
In this article
Not finding the help you need?