Skip to main content
All docs
V24.2

ISankeyNodeLayoutItem.OutputLinks Property

Returns a collection of Sankey node output links.

Namespace: DevExpress.Charts.Sankey

Assembly: DevExpress.Charts.v24.2.Core.dll

Declaration

Property Value

Type Description
ReadOnlyCollection<ISankeyLinkLayoutItem>

A collection that contains links for which the node is the source node.

See Also