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

The template context for the tooltip of the node.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SankeyNodeTooltipTemplateContext : SankeyNodeEventArgsBase

Inheritance: objectSankeyNodeEventArgsBaseSankeyNodeTooltipTemplateContext

Constructors

C#
public SankeyNodeTooltipTemplateContext()

Properties

The value of the node.

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