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

SankeyNode.Level Property

Returns the Sankey node level.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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