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:
|
Value
|
Requested Axes
|
|---|---|
|
|
No axes requested. |
|
|
Axes requested. |
|
|
Axes should be automatically computed. |
Keywords
None
Version History