IDLitVisualization::GetRequestedAxesStyle
Syntax | Return Value | Arguments | Keywords | Version History
The IDLitVisualization::GetRequestedAxesStyle function method returns a scalar value indicating the axes style requested by this visualization. This method returns the axes style request made by the first visualization within the hierarchy (beginning with the root visualization) to make a request. If none of the visualizations in the hierarchy requests an axes style then -1 is returned.
Syntax
Result = Obj->[IDLitVisualization::]GetRequestedAxesStyle( )
Return Value
Returns a scalar value indicating the requested axes style. Possible return values are:
|
Value
|
Requested Axes Style
|
|---|---|
|
|
None. |
|
|
At Dataspace Minimum. |
|
|
Box Axes. |
|
|
Crosshairs. |
|
|
No visualization in the hierarchy requested axes. |
Arguments
None
Keywords
None
Version History