\Kendo\Dataviz\UI\SankeyDataLinkHighlight

A PHP class representing the highlight setting of SankeyDataLink.

Methods

inactiveOpacity

The opacity of the links when another link is highlighted by hovering or tapping on it.

Returns

\Kendo\Dataviz\UI\SankeyDataLinkHighlight

Parameters

$value float

Example

<?php
$highlight = new \Kendo\Dataviz\UI\SankeyDataLinkHighlight();
$highlight->inactiveOpacity(1);
?>

opacity

The opacity of the links when they are highlighted by hovering or tapping on them.

Returns

\Kendo\Dataviz\UI\SankeyDataLinkHighlight

Parameters

$value float

Example

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