Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Axis.NoMultilevelLabels Property

Gets or sets a value indicating whether the multi-level category labels should not be used.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

bool NoMultilevelLabels { get; set; }

#Property Value

Type Description
Boolean

true, to display axis labels as plain text without hierarchy; otherwise, false.

#Remarks

If you have a chart with the multi-level category labels and set the NoMultilevelLabels property to true, the label hierarchy will be lost and the category axis labels will be shown as plain text.

Note

Currently, the SpeadsheetControl does not display the multi-level category labels. However, display settings are loaded and stored in supported formats, and you can modify them programmatically.

The images in the table below demonstrate how the NoMultilevelLabels property works (the charts are shown in Microsoft® Excel®)

NoMultilevelLabels=false NoMultilevelLabels=true
ChartWithMultilevelLabels ChartWithNoMultilevelLabels
See Also