Back to Devexpress

Axis.NoMultilevelLabels Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-d3ca02a8.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool NoMultilevelLabels { get; set; }
vb
Property NoMultilevelLabels As Boolean

Property Value

TypeDescription
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 = falseNoMultilevelLabels = true

See Also

LabelOffset

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace