| IScatterplotClearSelections Method (Int32, IEnumerableInt32) | 
 
Namespace: Qlik.Sense.Client.VisualizationsAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxvoid ClearSelections(
	int index,
	IEnumerable<int> colIndices = null
)
Sub ClearSelections ( 
	index As Integer,
	Optional colIndices As IEnumerable(Of Integer) = Nothing
)
Parameters
- index
 - Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference - colIndices (Optional)
 - Type: System.Collections.GenericIEnumerableInt32
 
See Also