Click or drag to resize
SheetCreateScatterplot Method

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public IScatterplot CreateScatterplot(
	string id = null,
	ScatterplotProperties properties = null
)

Parameters

id (Optional)
Type: SystemString
properties (Optional)
Type: Qlik.Sense.Client.VisualizationsScatterplotProperties

Return Value

Type: IScatterplot

Implements

ISheetCreateScatterplot(String, ScatterplotProperties)
See Also