Skip to main content

DifferenceCalculation.DifferenceType Property

Gets or sets the difference type of the current DifferenceCalculation.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(DifferenceType.Absolute)]
public DifferenceType DifferenceType { get; set; }

#Property Value

Type Default Description
DifferenceType Absolute

A DifferenceType enumeration value that specifies a difference type of the current DifferenceCalculation.

Available values:

Name Description
Absolute

The absolute difference is calculated.

Percentage

The percentage difference is calculated.

See Also