Skip to main content
All docs
V26.1
  • TreemapSeries.GroupLabelLayout Property

    Gets or sets the label layout mode for treemap groups.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TreemapGroupLabelLayout GroupLabelLayout { get; set; }

    Property Value

    Type Description
    TreemapGroupLabelLayout

    A label layout mode.

    Available values:

    Name Description
    None

    Group labels are not displayed.

    Banner

    Displays group labels in a banner area.

    Overlapping

    Displays group labels over group tiles.

    See Also