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.v18.2.Core.dll

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.

Available values:

Name Description
Greater

The Greater Than operator.

GreaterOrEqual

The Greater Than or Equal To operator.

See Also