Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyNode.OutputLinks Property

Returns links for which the current node is the source.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

Property Value

Type Description
ReadOnlyCollection<SankeyLink>

Contains links for which the current node is the source.

See Also