[]
        
(Showing Draft Content)

GC.Spread.Sheets.DataCharts.ComparisonOperator

Enumeration: ComparisonOperator

Sheets.DataCharts.ComparisonOperator

Specifies the datachart filter operator.

Table of contents

Enumeration members

Enumeration members

equalsTo

equalsTo = "EqualsTo"

The field value must be exactly equal to the target value.


greaterThan

greaterThan = "GreaterThan"

The field value is greater than target value.


greaterThanOrEqualsTo

greaterThanOrEqualsTo = "GreaterThanOrEqualsTo"

The field value is greater than or equal to the target value.


in

in = "In"

The field value must match any one of the given filter array.


lessThan

lessThan = "LessThan"

The field value is less than target value.


lessThanOrEqualsTo

lessThanOrEqualsTo = "LessThanOrEqualsTo"

The field value is less than or equal to the target value.


notEqualsTo

notEqualsTo = "NotEqualsTo"

The field value is not equal to the target value.