\Kendo\Dataviz\UI\SankeyLinksHighlight
A PHP class representing the highlight setting of SankeyLinks.
Methods
inactiveOpacity
The opacity of the links when they are not active.
Returns
\Kendo\Dataviz\UI\SankeyLinksHighlight
Parameters
$value float
Example
<?php
$highlight = new \Kendo\Dataviz\UI\SankeyLinksHighlight();
$highlight->inactiveOpacity(1);
?>
opacity
The opacity of the links.
Returns
\Kendo\Dataviz\UI\SankeyLinksHighlight
Parameters
$value float
Example
<?php
$highlight = new \Kendo\Dataviz\UI\SankeyLinksHighlight();
$highlight->opacity(1);
?>