CategoryAxis.NoMultilevelLabels Property
Gets or sets whether the axis uses multi-level labels.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The following images display charts with different NoMultilevelLabels values:
NoMultilevelLabels = false |
NoMultilevelLabels = true |
|---|---|
![]() |
![]() |
If you have a chart with the multi-level category labels and set the NoMultilevelLabels property to true, the label hierarchy is lost and the category axis labels are shown as plain text.
See Also

