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
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