Skip to main content
All docs
V25.1
  • SankeyNode.Level Property

    Returns the Sankey node level.

    Namespace: DevExpress.Xpf.Charts.Sankey

    Assembly: DevExpress.Xpf.Charts.v25.1.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