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