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

SankeyNode.Level Property

Returns a value that specifies the node’s level.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public int Level { get; }

Property Value

Type Description
Int32

A zero-based value that specifies the node’s level.

Remarks

Nodes that are positioned in one column form a level.

In the image below, nodes have the following levels:

0 - France, Australia, China 1 - UK, Canada 2 - Japan

Sankey diagram levels

See Also