CardRowDataElement.ValueType Property
Gets or sets the type for a value displayed within a card layout row.
Namespace: DevExpress.DashboardCommon
Assembly:
DevExpress.Dashboard.v24.1.Core.dll
NuGet Package:
DevExpress.Dashboard.Core
Declaration
[DefaultValue(CardRowDataElementType.DimensionValue)]
public CardRowDataElementType ValueType { get; set; }
<DefaultValue(CardRowDataElementType.DimensionValue)>
Public Property ValueType As CardRowDataElementType
Property Value
Available values:
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.
|
See Also