dashboard-devexpress-dot-dashboardcommon-f518e954.md
Lists types of values displayed within labels/tooltips of TreemapDashboardItem.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
[Flags]
public enum TreemapValueType
<Flags>
Public Enum TreemapValueType
| 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
|
The following properties accept/return TreemapValueType values:
To learn more, see Labels.
See Also