Skip to main content

DifferenceType Enum

A difference type of the DifferenceCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum DifferenceType

#Members

Name Description
Absolute

The absolute difference is calculated.

Percentage

The percentage difference is calculated.

#Related API Members

The following properties accept/return DifferenceType values:

#Remarks

Values listed in this enumeration are used to set the DifferenceCalculation.DifferenceType property.

See Also