\Kendo\Dataviz\UI\SankeyLinksLabels
A PHP class representing the labels setting of SankeyLinks.
Methods
ariaTemplate
The template that will be used for the aria-label attribute of the link.
Returns
\Kendo\Dataviz\UI\SankeyLinksLabels
Parameters
$value string
Example
<?php
$labels = new \Kendo\Dataviz\UI\SankeyLinksLabels();
$labels->ariaTemplate('value');
?>