Class
SankeyDataNodeLabelMargin

Telerik UI SankeyDataNodeLabelMargin.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyDataNodeLabelMargin

Inheritance: objectSankeyDataNodeLabelMargin

Constructors

SankeyDataNodeLabelMargin()

Declaration

cs-api-definition
public SankeyDataNodeLabelMargin()

Properties

Left

The left margin of the label.

Declaration

cs-api-definition
public double? Left { get; set; }

Property Value

double?

Right

The right margin of the label.

Declaration

cs-api-definition
public double? Right { get; set; }

Property Value

double?

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>