IDLitVisualization::SetAxesRequest

Syntax | Arguments | Keywords | Version History

The IDLitVisualization::SetAxesRequest procedure method sets the current axes request for this visualization.

Syntax

Obj->[IDLitVisualization::]SetAxesRequest [, AxesRequest] [, /ALWAYS | /AUTO_COMPUTE] [, /NO_NOTIFY]

Arguments

AxesRequest

A scalar value indicating whether this visualization requests axes:

Keywords

ALWAYS

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.

AUTO_COMPUTE

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.

NO_NOTIFY

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.

Version History

6.1

Introduced