Click or drag to resize
GaugeSelectValuesAsync Method (Int32, Int32, IEnumerableInt32, Boolean, AsyncHandle)

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 Task<bool> SelectValuesAsync(
	int index,
	int dimNo,
	IEnumerable<int> values,
	bool toggleMode,
	AsyncHandle asyncHandle = null
)

Parameters

index
Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference
dimNo
Type: SystemInt32
values
Type: System.Collections.GenericIEnumerableInt32
toggleMode
Type: SystemBoolean
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: TaskBoolean

Implements

IGaugeSelectValuesAsync(Int32, Int32, IEnumerableInt32, Boolean, AsyncHandle)
See Also