Lists values that identify the type of a value displayed within a card layout row.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
Name | Description |
---|---|
AbsoluteVariation | An absolute difference between the actual and target value (see Delta). |
ActualValue | A summary value for a measure placed in the Actual placeholder. |
CardName | A card name. |
DimensionValue | A value of the specified dimension. Use the CardLayoutTemplateDataElement.DimensionIndex/CardRowDataElement.DimensionIndex properties to specify the required dimension. |
PercentOfTarget | A percent of a target value (see Delta). |
PercentVariation | A percent difference between the actual and target value (see Delta). |
Subtitle | Displays combined values of all dimensions except the last (bottommost) dimension. |
TargetValue | A summary value for a measure placed in the Target placeholder. |
Title | Displays values of the last (bottommost) dimension placed in the Series section. |
Values listed in this enumeration are used to set the following properties:
To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.