CardLayoutTemplateDataElement.ValueType Property
Gets or sets the type of a value displayed within a card layout row.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public CardRowDataElementType ValueType { get; set; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
Available values:
Name | Description |
---|---|
Actual |
A summary value for a measure placed in the Actual placeholder. |
Absolute |
An absolute difference between the actual and target value (see Delta). |
Percent |
A percent difference between the actual and target value (see Delta). |
Percent |
A percent of a target value (see Delta). |
Target |
A summary value for a measure placed in the Target placeholder. |
Dimension |
A value of the specified dimension. Use the Card |
Card |
A card name. |
Title | Displays values of the last (bottommost) dimension placed in the Series section. |
Subtitle | Displays combined values of all dimensions except the last (bottommost) dimension. |