Class
SankeyDataNodeLabelOffset

Telerik UI SankeyDataNodeLabelOffset.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SankeyDataNodeLabelOffset

Inheritance: objectSankeyDataNodeLabelOffset

Constructors

SankeyDataNodeLabelOffset()

Declaration

cs-api-definition
public SankeyDataNodeLabelOffset()

Properties

Left

The left offset of the label.

Declaration

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

Property Value

double?

Top

The top offset of the label.

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>