Skip to main content
A newer version of this page is available. .

DifferenceType Enum

A difference type of the DifferenceCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum DifferenceType

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