Adding a Cartesian Graph
Add a Cartesian graph to the project.
myGraph = myApplication.CartesianGraphs:Add()
- A Cartesian graph is an object and since there may be multiple Cartesian graphs in the project, it is part of the CartesianGraphCollection.
- Search for CartesianGraphCollection in the Help1.
-
In CartesianGraphCollection, under Method
List, search for an applicable method:
- Add()
-
Determine the syntax to prepend to Add():
-
Add a reference to the newly created graph:
myGraph = myApplication.CartesianGraphs:Add()