| ISheetGetScatterplotAsync Method (AsyncHandle, String) | 
 
Namespace: Qlik.Sense.ClientAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<IScatterplot> GetScatterplotAsync(
	AsyncHandle asyncHandle,
	string id
)
Function GetScatterplotAsync ( 
	asyncHandle As AsyncHandle,
	id As String
) As Task(Of IScatterplot)
Parameters
- asyncHandle
 - Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - id
 - Type: SystemString
 
Return Value
Type: 
TaskIScatterplot
See Also