DifferenceType Enum
A difference type of the DifferenceCalculation.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Absolute
|
The absolute difference is calculated. |
Percentage
|
The percentage difference is calculated. |
Remarks
Values listed in this enumeration are used to set the DifferenceCalculation.DifferenceType property.
See Also