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:

Table 32-9: Axes Style Values

Value
Requested Axes Style
0

None.

1

At Dataspace Minimum.

2

Box Axes.

3

Crosshairs.

-1

No visualization in the hierarchy requested axes.

Arguments

None

Keywords

None

Version History

6.1

Introduced