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

TreemapDashboardItem.TilesTooltipContentType Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
TreemapValueType **ArgumentAndValue**

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

Available values:

Name Description
None

No value.

Argument

The argument value.

Example: Europe

Value

The summary value.

Example: $18M

ArgumentAndValue

The argument value and the corresponding summary value.

Example: Europe : $18M

Remarks

To learn more, see Labels.

See Also