\Kendo\Dataviz\UI\SankeyNodesLabels

A PHP class representing the labels setting of SankeyNodes.

Methods

ariaTemplate

The template that will be used for the aria-label attribute of the node.

Returns

\Kendo\Dataviz\UI\SankeyNodesLabels

Parameters

$value string

Example

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