IDLitVisualization::OnAxesStyleRequestChange
Syntax | Arguments | Keywords | Version History
The IDLitVisualization::OnAxesStyleRequestChange procedure method notifies objects that use the visualization's data when the axes style of a contained object changes.
Syntax
Obj->[IDLitVisualization::]OnAxesStyleRequestChange, Notifier, StyleRequest
Arguments
Notifier
An object reference to the object that is sending notification when the axes style changes.
StyleRequest
A scalar value representing the new axes style request. Allowable values are:
|
Value
|
Requested Axes Style
|
|---|---|
|
|
None. |
|
|
At Dataspace Minimum. |
|
|
Box Axes. |
|
|
Crosshairs. |
|
|
No visualization in the hierarchy requested axes. |
Keywords
None
Version History