Click or drag to resize
BarchartSelectValues Method

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public bool SelectValues(
	int dimNo,
	IEnumerable<int> values,
	bool toggleMode
)

Parameters

dimNo
Type: SystemInt32
values
Type: System.Collections.GenericIEnumerableInt32
toggleMode
Type: SystemBoolean

Return Value

Type: Boolean

Implements

IBarchartSelectValues(Int32, IEnumerableInt32, Boolean)
See Also