New to Telerik UI for BlazorStart a free 30-day trial

Telerik UI SankeyDataLinkHighlight.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SankeyDataLinkHighlight

Inheritance: objectSankeyDataLinkHighlight

Constructors

C#
public SankeyDataLinkHighlight()

Methods

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

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

C#
public double? InactiveOpacity { get; set; }

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

C#
public double? Opacity { get; set; }