Click or drag to resize
SheetCreateScatterplotAsync Method (String, ScatterplotDataContainer)
Create a scatterplot with multiple dimensions and measures using libraryid, field names and expressions

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<IScatterplot> CreateScatterplotAsync(
	string id,
	ScatterplotDataContainer data
)

Parameters

id
Type: SystemString
the id
data
Type: Qlik.Sense.ClientScatterplotDataContainer
Scatterplot Data Container object

Return Value

Type: TaskIScatterplot
Returns the created object

Implements

ISheetCreateScatterplotAsync(String, ScatterplotDataContainer)
See Also