Skip to main content
A newer version of this page is available. .

TreemapDashboardItem.GroupsLabelContentType Property

Gets or sets the type of values displayed within the Treemap group labels.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(TreemapValueType.Argument)]
public TreemapValueType GroupsLabelContentType { get; set; }

Property Value

Type Default Description
TreemapValueType Argument

A TreemapValueType enumeration value that specifies the type of values displayed within the Treemap group labels.

Remarks

To learn more, see Labels.

See Also