Class
SankeyNodeTooltipTemplateContext

The template context for the tooltip of the node.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class SankeyNodeTooltipTemplateContext : SankeyNodeEventArgsBase

Inheritance: objectSankeyNodeEventArgsBaseSankeyNodeTooltipTemplateContext

Constructors

SankeyNodeTooltipTemplateContext()

Declaration

public SankeyNodeTooltipTemplateContext()

Properties

Value

The value of the node.

Declaration

public double? Value { get; set; }

Property Value

double?