Skip to main content
All docs
V23.2

SankeyNode.InputLinks Property

Returns links for which the current node is the target.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

Property Value

Type Description
ReadOnlyCollection<SankeyLink>

Contains links for which the current node is the target.

See Also