Click or drag to resize
CombochartRangeSelectValues Method (Int32, IEnumerableNxRangeSelectInfo, IEnumerableInt32, Boolean, Boolean)

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool RangeSelectValues(
	int index,
	IEnumerable<NxRangeSelectInfo> ranges,
	IEnumerable<int> columnsToSelect = null,
	bool orMode = false,
	bool deselectOnlyOneSelected = false
)

Parameters

index
Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference
ranges
Type: System.Collections.GenericIEnumerableNxRangeSelectInfo
columnsToSelect (Optional)
Type: System.Collections.GenericIEnumerableInt32
orMode (Optional)
Type: SystemBoolean
deselectOnlyOneSelected (Optional)
Type: SystemBoolean

Return Value

Type: Boolean

Implements

ICombochartRangeSelectValues(Int32, IEnumerableNxRangeSelectInfo, IEnumerableInt32, Boolean, Boolean)
See Also