i5SPCChart Events
The i5SPCChart supports the following events:
Event Name | Event Listener Method | Description | Parameter |
|---|---|---|---|
| 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 |
| registerUpdateEventHandler | 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 |
| registerFirstUpdateEventHandler | Similar to | Callback function name |
| registerUpperChartSelectionEventHandler | Called when you select a point in the upper chart of your i5SPCChart | Callback function name |
| registerLowerChartSelectionEventHandler | Called when you select a point in the lower chart of your i5SPCChart | Callback function name |