| GraphObj - Object Overview TreeAge Pro Interactive - Table of Contents TreeAge Pro - Table of Contents Documentation Home TreeAge Website Home |
| Syntax: | Function SetNumForm (nfObj as Object, whichItem as Integer) as Long | |
| Description: | This method sets the numeric formatting for an item in the graph. | |
| Return value: | The value returned is an error code, or zero if no error occurred. | |
| Remarks: |
This method allows you to set the numeric formatting
of certain graph items. The nfObj parameter
is a NumFormObj object. The whichItem parameter must be a valid graph item index;
for this method, only axis indexes are allowed.
The numeric formatting used for the axes are also used in the text report, which is retrieved with GetTextReport. | |
| See also: | Error codes NumFormObj Graph items GetTextReport |