| ISheetCreateScatterplotAsync Method (String, ScatterplotProperties) | 
 
Namespace: Qlik.Sense.ClientAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<IScatterplot> CreateScatterplotAsync(
	string id = null,
	ScatterplotProperties properties = null
)
Function CreateScatterplotAsync ( 
	Optional id As String = Nothing,
	Optional properties As ScatterplotProperties = Nothing
) As Task(Of IScatterplot)
Parameters
- id (Optional)
 - Type: SystemString
 - properties (Optional)
 - Type: Qlik.Sense.Client.VisualizationsScatterplotProperties
 
Return Value
Type: 
TaskIScatterplot
See Also