Skip to main content
All docs
V23.2

SankeyNode.Level Property

Returns the Sankey node level.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int Level { get; }

Property Value

Type Description
Int32

The Sankey node level.

Remarks

In the image below, France, Australia, China nodes have level 0. UK, Canada have level 1, and Italy - level 2.

Node Level

See Also