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

TreemapDashboardItem.GroupsTooltipContentType Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(TreemapValueType.ArgumentAndValue)]
public TreemapValueType GroupsTooltipContentType { get; set; }

Property Value

Type Default Description
TreemapValueType **ArgumentAndValue**

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

Remarks

To learn more, see Labels.

See Also