Class SankeyDataNodeLabelMargin
Telerik UI SankeyDataNodeLabelMargin.
Inheritance
System.Object
SankeyDataNodeLabelMargin
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SankeyDataNodeLabelMargin : Object
Constructors
SankeyDataNodeLabelMargin()
Declaration
public SankeyDataNodeLabelMargin()
Properties
Left
The left margin of the label.
Declaration
public Nullable<double> Left { get; set; }
Property Value
System.Nullable<System.Double>
|
Right
The right margin of the label.
Declaration
public Nullable<double> Right { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|