Back to Devexpress

TreemapValueType Enum

dashboard-devexpress-dot-dashboardcommon-f518e954.md

latest1.9 KB
Original Source

TreemapValueType Enum

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

Declaration

csharp
[Flags]
public enum TreemapValueType
vb
<Flags>
Public Enum TreemapValueType

Members

NameDescription
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:

Remarks

To learn more, see Labels.

See Also

DevExpress.DashboardCommon Namespace