Y1AxisSide

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

Syntax:

setY1AxisSide(value);
value = getY1AxisSide();

where:

value

Can be one of the following:

0 sets image to low side of graph (bottom or left). 0 is the default value.

1 sets image to high side of graph (top or right).

2 sets image to both sides.

Example:

setDepthAngle(0);
   setY1AxisSide(2);
setDepthRadius(0);
setLegendDisplay(false);

bar graph

setY1AxisSide(1);

bar graph

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


WebFOCUS