Class
SankeyDataNodeLabel

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

SankeyNodesLabelAlign?

Border

Declaration

cs-api-definition
public SankeyDataNodeLabelBorder Border { get; set; }

Property Value

SankeyDataNodeLabelBorder

Color

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

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

Font

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

Declaration

cs-api-definition
public string Font { get; set; }

Property Value

string

Margin

Declaration

cs-api-definition
public SankeyDataNodeLabelMargin Margin { get; set; }

Property Value

SankeyDataNodeLabelMargin

Offset

Declaration

cs-api-definition
public SankeyDataNodeLabelOffset Offset { get; set; }

Property Value

SankeyDataNodeLabelOffset

Padding

Declaration

cs-api-definition
public SankeyDataNodeLabelPadding Padding { get; set; }

Property Value

SankeyDataNodeLabelPadding

Position

Specifies the position of the labels.

Declaration

cs-api-definition
public SankeyNodesLabelPosition? Position { get; set; }

Property Value

SankeyNodesLabelPosition?

Stroke

Declaration

cs-api-definition
public SankeyDataNodeLabelStroke Stroke { get; set; }

Property Value

SankeyDataNodeLabelStroke

Text

The text of the label.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Visible

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

Declaration

cs-api-definition
public bool? Visible { get; set; }

Property Value

bool?

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>