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

TreemapValueType Enum

Lists types of values displayed within labels/tooltips of TreemapDashboardItem.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[Flags]
public enum TreemapValueType

Members

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