Back to Devexpress

DifferenceTarget Enum

dashboard-devexpress-dot-dashboardcommon-d48ac099.md

latest2.1 KB
Original Source

DifferenceTarget Enum

Lists values used to calculate differences in the DifferenceCalculation.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DifferenceTarget
vb
Public Enum DifferenceTarget

Members

NameDescription
Previous

A difference is calculated between the current value and the previous value. If the current value is the first value in a window, a difference is not calculated.

| | Next |

A difference is calculated between the current value and the next value. If the current value is the last value in a window, a difference is not calculated.

| | First |

A difference is calculated between the current value and the first value in a window.

| | Last |

A difference is calculated between the current value and the last value in a window.

|

The following properties accept/return DifferenceTarget values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace