DualAxisLineDisplay

This property enables or disables the display of a line that separates the two halves of a dual axes graph. The graph type must be a bipolar graph or a stock graph with volume in order to see the effect of this property.

Syntax:

setDualAxisLineDisplay(boolean);
boolean = getDualAxisLineDisplay();

where:

boolean

Can be one of the following:

true displays the dual axes line. This value is the default.

false does not display the dual axes line.

Example:

setDepthRadius(0);
   setDualAxisLineDisplay(true);
setGraphType(21);

bi-polar bar graph

setDualAxisLineDisplay(false);

bi-polar bar graph

Note: For bar, line, and area graphs with DepthRadius set to any value greater than zero, a BiPolar plane displays instead of a solid line.

See DualAxisSplitPosition.


WebFOCUS