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

Syntax

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

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
physical_width
Type: configuration_services..::..size_value
physical_height
Type: configuration_services..::..size_value
graph_settings
Type: PumpFloWeb.SelectLogic.Graph..::..GraphOptions
analysis_view
Type: pumpflo_services.reporting..::..pump_view
locale
Type: System..::..String

Implements

pumps_service_v2..::..graph_for_print(UInt32, UInt32, size_value, size_value, GraphOptions, pump_view, String)

See Also