DualAxisSplitPosition

This property sets the position within the graph frame where the Dual-Y split position is created.

Syntax:

setDualAxisSplitPosition(value);
value = getDualAxisSplitPosition();

where:

value

Is an integer value between 10 and 90. A lower number will move the split position closer to the bottom of the graph; a higher value will move it closer to the top of the graph. 50 is the default value, exactly in the middle.

Example:

setDepthRadius(0);  setDualAxisSplitPosition(60);
setGraphType(21);
setLineWidth(getFrameSeparator(),4);

bi-polar bar graph

setDualAxisSplitPosition(40);

bi-polar bar graph

See DualAxisLineDisplay.


WebFOCUS