Previous IDL Reference Guide: iTools Object Classes Next

IDLitVisualization::OnAxesRequestChange

Syntax | Arguments | Keywords | Version History

The IDLitVisualization::OnAxesRequestChange procedure method notifies objects that use the visualization's data when the axes of a contained object change.

Syntax

Obj->[IDLitVisualization::]OnAxesRequestChange, Notifier, AxesRequest

Arguments

Notifier

An object reference to the object that is sending notification when axes change.

AxesRequest

A scalar value representing the new axes request. Allowable values are:

Table 7-10: Allowable AxesRequest Values

Table 7-10: Allowable AxesRequest Values
Value
Requested Axes
0
No axes requested.
1
Axes requested.
2
Axes should be automatically computed.

Keywords

None

Version History

6.1
Introduced

  IDL Online Help (March 06, 2007)