| IScatterplotDrillUpAsync Method (Int32, Int32, Int32, AsyncHandle) | 
 
Namespace: Qlik.Sense.Client.VisualizationsAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask DrillUpAsync(
	int index,
	int dimNo,
	int nbrSteps,
	AsyncHandle asyncHandle = null
)
Function DrillUpAsync ( 
	index As Integer,
	dimNo As Integer,
	nbrSteps As Integer,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- index
 - Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference - dimNo
 - Type: SystemInt32
 - nbrSteps
 - Type: SystemInt32
 - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
 
Return Value
Type: 
Task
See Also