Class SankeyDataNodeLabelOffset
Telerik UI SankeyDataNodeLabelOffset.
Inheritance
System.Object
SankeyDataNodeLabelOffset
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SankeyDataNodeLabelOffset : Object
Constructors
SankeyDataNodeLabelOffset()
Declaration
public SankeyDataNodeLabelOffset()
Properties
Left
The left offset of the label.
Declaration
public Nullable<double> Left { get; set; }
Property Value
System.Nullable<System.Double>
|
Top
The top offset of the label.
Declaration
public Nullable<double> Top { 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>
|