jsx3.chart.SeriesAPI
| Destroy | Fires after this series is removed from the DOM. |
| Execute | Fires after the user double-clicks on this series. |
| Menu | Fires after the user right-clicks this series and before the bound context menu displays. |
| Select | Fires after the user selects this series. |
| Spyglass | Fires after the user hovers the mouse over this series and before the spyglass displays. |
Fires after the user double-clicks on this series.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
intINDEX {
int} - the index of the selected CDF record.
strRECORDID {
String} - the CDF jsxid of the selected record.
Fires after the user selects this series.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
intINDEX {
int} - the index of the selected CDF record.
strRECORDID {
String} - the CDF jsxid of the selected record.
Fires after the user hovers the mouse over this series and before the spyglass displays. The event script must evaluate to the HTML content to display in the spyglass. Canceling this event prevents the spyglass from displaying.
Cancelable: Evaluate to false to cancel event.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
intINDEX {
int} - the index of the selected CDF record.
strRECORDID {
String} - the CDF jsxid of the selected record.
Fires after the user right-clicks this series and before the bound context menu displays. Canceling this event prevents the menu from displaying.
Cancelable: Evaluate to false to cancel event.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
intINDEX {
int} - the index of the selected CDF record.
strRECORDID {
String} - the CDF jsxid of the selected record.
Return Fields
objMENU {
jsx3.gui.Menu} - use this field to override the default menu with an instance of
jsx3.gui.Menu.
Fires after this series is removed from the DOM.
Context Variables
objPARENT {
jsx3.app.Model} - the parent of this series before it is removed from the DOM.
Copyright © 2001-2007, TIBCO Software Inc.