Range MaxInclEq Property Qlik Sense .NET SDK - API Reference
If set to true, the range includes the highest value in the range of selections (Equals to ). Example: The range is [1,10]. If qMinInclEq is set to true it means that 10 is included in the range of selections.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public bool MaxInclEq { get; set; }

Property Value

Type: OnlineBoolean

Implements

IRange MaxInclEq
See Also