Skip to main content

RangeInfo.ValueComparison Property

Gets or sets the comparison logic for the current range.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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.

Available values:

Name Description
Greater

The Greater Than operator.

GreaterOrEqual

The Greater Than or Equal To operator.

See Also