Skip to main content
A newer version of this page is available. .
All docs
V21.1

SankeyNode.Level Property

Returns a value that specifies the node’s level.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v21.1.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