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 32-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