Y2AxisSide

This property controls which side of the graph the Y2-axis will be imaged.

Syntax:

setY2AxisSide(value);
value = getY2AxisSide();

where:

value

Can be one of the following:

0 images to low side of graph (bottom or left).

1 images to high side of graph (top or right). 1 is the default value.

2 images to both sides.

Example:

setDepthAngle(0);
setDepthRadius(0);
setLegendDisplay(false);
setGraphType(21);  setY2AxisSide(2);

bi-polar bar graph

setY2AxisSide(0);

bi-polar bar graph

See Y2AxisLineDisplay, setAxisAssignment(), getAxisSide(), setAxisSide().


WebFOCUS