Skip to main content
All docs
V23.2

ISankeyNodeLayoutItem.InputLinks Property

Returns a collection of Sankey node input links.

Namespace: DevExpress.Charts.Sankey

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

NuGet Package: DevExpress.Charts.Core

Declaration

Property Value

Type Description
ReadOnlyCollection<ISankeyLinkLayoutItem>

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

See Also