IDLitVisualization::SetAxesStyleRequest
Syntax | Arguments | Keywords | Version History
The IDLitVisualization::SetAxesStyleRequest procedure method sets the current axes style request for this visualization. The axes container is automatically created whenever a data space is instantiated, but the default axes style property is 0 (None) until visualizations are added.
Whenever a visualization is added to the visualization container, it is queried for axes requirements. Most visualization classes do request axes (with the exception of axes, images, ROIs, map grids, profile lines, and backgrounds). When visualizations are added, and the current axes style value is 0 (None), then the axes style will be changed as follows:
- The axes style is set according to the request of the first visualization in the hierarchy to request a particular axes style. By default, most visualizations do not request a particular style. The exceptions are plots, which request style 2 (Box Axes) if non-polar, or style 3 (Crosshairs) if polar.
- The default style 1 (At Dataspace Minimum) is used if none of the visualizations in the hierarchy request a particular axes style.
Syntax
Obj->[IDLitVisualization::]SetAxesStyleRequest, StyleRequest [, /NO_NOTIFY]
Arguments
StyleRequest
A scalar value representing the requested axes style. The value should correspond to one of the values listed in the following table:
|
Value
|
Requested Axes Style
|
|---|---|
|
|
None. |
|
|
At Dataspace Minimum. |
|
|
Box Axes. |
|
|
Crosshairs. |
|
|
No visualization in the hierarchy requested a particular axes style. |
Keywords
NO_NOTIFY
Set this keyword to indicate that this visualization's parent should not be notified of a change in the axes style request. By default, the parent is notified.
Version History