Skip to main content
All docs
V23.2

SankeyNode.Level Property

Returns a value that specifies the node’s level.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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