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
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