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.v19.1.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.

See Also