Back to Devexpress

SankeyLink.TargetNode Property

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

latest1.4 KB
Original Source

SankeyLink.TargetNode Property

Returns the target 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 TargetNode { get; }
vb
Public ReadOnly Property TargetNode As SankeyNode

Property Value

TypeDescription
SankeyNode

The target node of the Sankey diagram link.

|

Remarks

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

See Also

SourceNode

SankeyLink Class

SankeyLink Members

DevExpress.Xpf.Charts.Sankey Namespace