Skip to main content
All docs
V26.1
  • 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

    public bool NoMultilevelLabels { get; set; }

    Property Value

    Type Description
    Boolean

    true to disable multilevel labels; otherwise, false (Default).

    Remarks

    The following images display charts with different NoMultilevelLabels values:

    NoMultilevelLabels = false NoMultilevelLabels = true
    ChartWithMultilevelLabels ChartWithNoMultilevelLabels

    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