Click or drag to resize
SheetCreateGauge 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 IGauge CreateGauge(
	string id = null,
	GaugeProperties properties = null
)

Parameters

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

Return Value

Type: IGauge

Implements

ISheetCreateGauge(String, GaugeProperties)
See Also