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.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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