Back to Devexpress

SankeyLink.SourceNode Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeylink.md

latest1.4 KB
Original Source

SankeyLink.SourceNode Property

Returns the source node of the Sankey diagram link.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SankeyNode SourceNode { get; }
vb
Public ReadOnly Property SourceNode As SankeyNode

Property Value

TypeDescription
SankeyNode

The source node of the Sankey diagram link.

|

Remarks

The following image shows a diagram with the marked source and target nodes:

See Also

TargetNode

SankeyLink Class

SankeyLink Members

DevExpress.Xpf.Charts.Sankey Namespace