Skip to main content

AlluvialLink Class

Definition

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

Represents a link (flow) between two nodes.

public class AlluvialLink

Inheritance: object -> AlluvialLink

Constructors

NameDescription
AlluvialLinkNo summary available.
public AlluvialLink()

Properties

NameDescription
SourceGets or sets the source node ID.
TargetGets or sets the target node ID.
ValueGets or sets the flow value.

Source Property

Gets or sets the source node ID.

public string Source { get; set; }

Target Property

Gets or sets the target node ID.

public string Target { get; set; }

Value Property

Gets or sets the flow value.

public double Value { get; set; }