Skip to main content

TreemapDashboardItem.TilesTooltipContentType Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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.

Remarks

To learn more, see Labels.

See Also