TreemapDashboardItem.GroupsLabelContentType Property
In This Article
Gets or sets the type of values displayed within the Treemap group labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(TreemapValueType.Argument)]
public TreemapValueType GroupsLabelContentType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Treemap |
Argument | A Treemap |
Available values:
Name | Description |
---|---|
None | No value. |
Argument | The argument value. Example: Europe |
Value | The summary value. Example: $18M |
Argument |
The argument value and the corresponding summary value. Example: Europe : $18M |
#Remarks
To learn more, see Labels.
See Also