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

Telerik UI SankeyDataNodeLabelMargin.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SankeyDataNodeLabelMargin

Inheritance: objectSankeyDataNodeLabelMargin

Constructors

C#
public SankeyDataNodeLabelMargin()

Methods

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

Dictionary<string, object>

Properties

The left margin of the label.

C#
public double? Left { get; set; }

The right margin of the label.

C#
public double? Right { get; set; }