graph
Specifies the EGraph object of the Chart, to be used with Chart API scripts. See Chart Script Tutorial for more information about Chart API script.
Example
graph = new EGraph();
Script that modifies the graph or dataset properties should be placed on the Chart component itself. See Add Component Script for more information. This script has access to the Chart data and Chart API methods. Scripted Charts are not good candidates for user-modification, so you should deselect ‘Enable Ad Hoc Editing’ in the Chart Properties dialog box.
|