ClassSankeyDataNodeLabel
Class
Telerik UI SankeyDataNodeLabel.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SankeyDataNodeLabel
Inheritance: objectSankeyDataNodeLabel
Constructors
SankeyDataNodeLabel()
Declaration
cs-api-definition
public SankeyDataNodeLabel()
Properties
Align
Specifies the alignment of the labels.
Declaration
cs-api-definition
public SankeyNodesLabelAlign? Align { get; set; }
Property Value
Border
Declaration
cs-api-definition
public SankeyDataNodeLabelBorder Border { get; set; }
Property Value
Color
The color of the label. Accepts a valid CSS color string, including hex and rgb.
Font
The font of the label. Accepts a valid CSS font string. For example, "bold 12px Arial".
Margin
Declaration
cs-api-definition
public SankeyDataNodeLabelMargin Margin { get; set; }
Property Value
Offset
Declaration
cs-api-definition
public SankeyDataNodeLabelOffset Offset { get; set; }
Property Value
Padding
Declaration
cs-api-definition
public SankeyDataNodeLabelPadding Padding { get; set; }
Property Value
Position
Specifies the position of the labels.
Declaration
cs-api-definition
public SankeyNodesLabelPosition? Position { get; set; }
Property Value
Stroke
Declaration
cs-api-definition
public SankeyDataNodeLabelStroke Stroke { get; set; }
Property Value
Text
The text of the label.
Methods
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns