Skip to main content
All docs
V26.1
  • ChartHierarchicalStringData.GetLevel(Int32) Method

    Returns values from the specified hierarchy level.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public IReadOnlyList<string> GetLevel(
        int levelIndex
    )

    Parameters

    Name Type Description
    levelIndex Int32

    A zero-based hierarchy level index.

    Returns

    Type Description
    IReadOnlyList<String>

    A read-only list of values for the specified level.

    See Also