Show TOC

Background documentationi5SPCChart Events Locate this document in the navigation structure

 

The i5SPCChart supports the following events:

Event Name

Event Listener Method

Description

Parameter

CreationEvent

registerCreationEventHandler

Provides the name of the JavaScript function in a web page that is called when the chart is first loaded to the web page

Callback function name

UpdateEvent

registerFirstUpdateEventHandler

Provides the name of the JavaScript function in a web page that is called when the chart contents are updated by a query to the data source

Callback function name

FirstUpdateEvent

registerEventUpdateHandler

Similar to UpdateEvent expect that the JavaScript function is called once every time an i5Chart is initialized on a web page.

Callback function name

UpperChartSelectionEvent

registerUpperChartSelectionEventHandler

Called when you select a point in the upper chart of your i5SPCChart

Callback function name

LowerChartSelectionEvent

registerLowerChartSelectionEventHandler

Called when you select a point in the lower chart of your i5SPCChart

Callback function name