Class
SankeyDataLinkHighlight

Telerik UI SankeyDataLinkHighlight.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyDataLinkHighlight

Inheritance: objectSankeyDataLinkHighlight

Constructors

SankeyDataLinkHighlight()

Declaration

cs-api-definition
public SankeyDataLinkHighlight()

Properties

InactiveOpacity

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

Declaration

cs-api-definition
public double? InactiveOpacity { get; set; }

Property Value

double?

Opacity

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

Declaration

cs-api-definition
public double? Opacity { get; set; }

Property Value

double?

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>