Show TOC

Background documentationi5Chart Events Locate this document in the navigation structure

 

The i5Chart supports the following events:

Event Name

Event Listener Method

Description

Parameter

SelectEvent

registerChartSelectionEventHandler

Provides the name of the JavaScript function in a web page that is called when you select an item in the chart.

Callback function name

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