| GraphObj - Object Overview TreeAge Pro - Table of Contents TreeAge Pro Interactive - Table of Contents Documentation Home TreeAge Website Home |
| Syntax: | Sub SetAxisInfo (axisObj as Object, whichItem as Integer) | |
| Description: | This method sets the range for a graph axis. | |
| Remarks: |
This method allows you to set axis ranges.
The axisObj parameter
is an AxisInfo object. The whichItem parameter must be a valid graph item index;
for this method, only items which refer to an axis (e.g.,
gitem_abscissa) are allowed.
Note that very little validation is performed. Also, not all axes may be modified; some are fixed (such as the x-axis of a one-way sensitivity analysis line graph). | |
| See also: | AxisInfo Graph items |