SankeyDataNodeLabel
Class
Telerik UI SankeyDataNodeLabel.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SankeyDataNodeLabel
Inheritance: objectSankeyDataNodeLabel
Constructors
C#
public SankeyDataNodeLabel()
Methods
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; }