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

Telerik UI SankeyDataNodeLabel.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SankeyDataNodeLabel

Inheritance: objectSankeyDataNodeLabel

Constructors

C#
public SankeyDataNodeLabel()

Methods

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

Dictionary<string, object>

Properties

Specifies the alignment of the labels.

C#
public SankeyNodesLabelAlign? Align { get; set; }
C#
public SankeyDataNodeLabelBorder Border { get; set; }

The color of the label. Accepts a valid CSS color string, including hex and rgb.

C#
public string Color { get; set; }

The font of the label. Accepts a valid CSS font string. For example, "bold 12px Arial".

C#
public string Font { get; set; }
C#
public SankeyDataNodeLabelMargin Margin { get; set; }
C#
public SankeyDataNodeLabelOffset Offset { get; set; }
C#
public SankeyDataNodeLabelPadding Padding { get; set; }

Specifies the position of the labels.

C#
public SankeyNodesLabelPosition? Position { get; set; }
C#
public SankeyDataNodeLabelStroke Stroke { get; set; }

The text of the label.

C#
public string Text { get; set; }

If set to false, the label will not be displayed.

C#
public bool? Visible { get; set; }