|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::SetAxesRequest procedure method sets the current axes request for this visualization.
Obj->[IDLitVisualization::]SetAxesRequest [, AxesRequest] [, /ALWAYS | /AUTO_COMPUTE] [, /NO_NOTIFY]
A scalar value indicating whether this visualization requests axes:
Set this keyword to always request or not request axes as specified by the AxesRequest argument. This setting will override the requests made by children of the visualization.
Set this keyword to compute the axes for this visualization based on the axes requested by objects contained in the visualization.
| Note This keyword is mutually exclusive of the ALWAYS keyword. If this keyword is set, the AxesRequest argument is ignored. |
Set this keyword to indicate that this visualization's parent should not be notified of a change in axes request. By default, the parent is notified.
IDL Online Help (March 06, 2007)