ChartDirector 6.0 (ColdFusion Edition)
WebChartViewer.partialUpdateChart
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
pageContext | (Mandatory) | The PageContext object representing the current web page. This is typically obtained by using the ColdFusion "GetPageContext" function. |
msg | "" | A pop up message to be displayed on the chart. "" means no pop up message will be displayed. |
timeout | 0 | The delay time in milliseconds, after which the pop up message will automatically hide. If a negative number is used, the delay time is set as the absolute value. In addition, there will be an OK button to allow the user to dismiss the message. Use a very large negative number to show the message until the user press OK. 0 means the pop up message will stay until the chart refreshes. |
Return Value