Skip to main content

AlluvialNode Class

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Represents a node in the alluvial diagram.

public class AlluvialNode

Inheritance: object -> AlluvialNode

Constructors

NameDescription
AlluvialNodeNo summary available.

AlluvialNode Constructor

public AlluvialNode()

Properties

NameDescription
IdGets or sets the unique identifier.
LabelGets or sets the display label.
StepGets or sets the step/stage index.
ValueGets or sets the magnitude represented by the node in the alluvial diagram.

Id Property

Gets or sets the unique identifier.

public string Id { get; set; }

Label Property

Gets or sets the display label.

public string Label { get; set; }

Step Property

Gets or sets the step/stage index.

public int Step { get; set; }

Value Property

Gets or sets the magnitude represented by the node in the alluvial diagram.

public double Value { get; set; }