Create graph of pump.

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

Syntax

C#
byte[] graph_with_overrides(
	uint list_id,
	uint pump_state_id,
	uint width,
	uint height,
	GraphOptions graph_settings,
	pump_view alternate_views,
	override_criteria overrides,
	string locale
)
Visual Basic
Function graph_with_overrides ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	width As UInteger, _
	height As UInteger, _
	graph_settings As GraphOptions, _
	alternate_views As pump_view, _
	overrides As override_criteria, _
	locale As String _
) As Byte()
Visual C++
array<unsigned char>^ graph_with_overrides(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	unsigned int width, 
	unsigned int height, 
	GraphOptions^ graph_settings, 
	pump_view^ alternate_views, 
	override_criteria^ overrides, 
	String^ locale
)

Parameters

list_id
Type: System..::..UInt32
The id for the selection list in which the pump resides.
pump_state_id
Type: System..::..UInt32
PumpStateID column from get_list(UInt32) or return value from add_pump(UInt32, Int32, Guid).
width
Type: System..::..UInt32
height
Type: System..::..UInt32
graph_settings
Type: PumpFloWeb.SelectLogic.Graph..::..GraphOptions
Optional, settings that will change how the graph looks.
alternate_views
Type: pumpflo_services.reporting..::..pump_view
Optional, [multi_pump_view,multi_speed_view] and settings for how to render those views.
overrides
Type: configuration_services..::..override_criteria
Optional, Overrides certain criteria from the original selection list.
locale
Type: System..::..String
standard locale string like "en" or "fr-ca." Specifies desired localization for returned data

Return Value

See Also