Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public byte[] graph(
	uint list_id,
	uint pump_state_id,
	uint width,
	uint height,
	GraphOptions graph_settings,
	pump_view analysis_view,
	string locale
)
Visual Basic
Public Function graph ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	width As UInteger, _
	height As UInteger, _
	graph_settings As GraphOptions, _
	analysis_view As pump_view, _
	locale As String _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ graph(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	unsigned int width, 
	unsigned int height, 
	GraphOptions^ graph_settings, 
	pump_view^ analysis_view, 
	String^ locale
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
width
Type: System..::..UInt32
height
Type: System..::..UInt32
graph_settings
Type: PumpFloWeb.SelectLogic.Graph..::..GraphOptions
analysis_view
Type: pumpflo_services.reporting..::..pump_view
locale
Type: System..::..String

Implements

pumps_service_v2..::..graph(UInt32, UInt32, UInt32, UInt32, GraphOptions, pump_view, String)

See Also