CardRowDataElementType Enum
Lists values that identify the type of a value displayed within a card layout row.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
ActualValue
|
A summary value for a measure placed in the Actual placeholder. |
AbsoluteVariation
|
An absolute difference between the actual and target value (see Delta). |
PercentVariation
|
A percent difference between the actual and target value (see Delta). |
PercentOfTarget
|
A percent of a target value (see Delta). |
TargetValue
|
A summary value for a measure placed in the Target placeholder. |
DimensionValue
|
A value of the specified dimension. Use the CardLayoutTemplateDataElement.DimensionIndex/CardRowDataElement.DimensionIndex properties to specify the required dimension. |
CardName
|
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. |
Remarks
To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the CardRowDataElementType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.