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

DifferenceCalculation.DifferenceType Property

Gets or sets the difference type of the current DifferenceCalculation.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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.

See Also