| Parameter | Type | Description |
|---|---|---|
| o | undefined |
| Parameter | Type | Description |
|---|---|---|
| o | undefined | |
| eventName | undefined |
| Parameter | Type | Description |
|---|---|---|
| seriesName | undefined |
Helper function to connect any object's method to our plotEvent.
| Parameter | Type | Description |
|---|---|---|
| object | Object | The object to connect to. |
| method | String | Function | The method to fire when our plotEvent is fired. |
The handle as returned from dojo.connect (see dojo.connect).
Destroy any internal elements and event handlers.
Find out if any event handlers have been connected to our plotEvent.
A flag indicating that there are handlers attached.
Emulates firing an event for a given data value (specified by an index) of a given series.
| Parameter | Type | Description |
|---|---|---|
| seriesName | String | Series name. |
| eventName | String | Event name to emulate. |
| index | Number | Valid data value index used to raise an event. |
| eventObject | Object |
Optional Optional event object. Especially useful for synthetic events. Default: null. |
Stub function for use by specific plots.
| Parameter | Type | Description |
|---|---|---|
| o | Object | An object intended to represent event parameters. |
Raises events in predefined order
| Parameter | Type | Description |
|---|---|---|
| o | Object | An object intended to represent event parameters. |
Reset all events attached to our plotEvent (i.e. disconnect).