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

RangeInfo.ValueComparison Property

Gets or sets the comparison logic for the current range.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[DefaultValue(DashboardFormatConditionComparisonType.GreaterOrEqual)]
public DashboardFormatConditionComparisonType ValueComparison { get; set; }

Property Value

Type Default Description
DashboardFormatConditionComparisonType **GreaterOrEqual**

A DashboardFormatConditionComparisonType enumeration value that specifies the comparison logic for the current range.

See Also