Class
SankeyDataNodeOffset

Telerik UI SankeyDataNodeOffset.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyDataNodeOffset

Inheritance: objectSankeyDataNodeOffset

Constructors

SankeyDataNodeOffset()

Declaration

cs-api-definition
public SankeyDataNodeOffset()

Properties

Left

The left offset of the node.

Declaration

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

Property Value

double?

Top

The top offset of the node.

Declaration

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

Property Value

double?

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>