getY2Axis()

This method returns the object ID of the Y2-axis.

Syntax:

IdentObj getY2Axis();

Example:

setDataRange(1,1,4,4);
setViewableSeries(4);
setDataScrollerPresenceSeries(0);
setViewableGroups(4);
setDataScrollerPresenceGroups(0);
setGraphType(21);
setDepthAngle(0);
setDepthRadius(0);
setDisplay(getY2AxisLine(),true);
setLineWidth(getY2AxisLine(),5);
setAxisDescending(getY2Axis(),true);

bi-polar bar graph

See getY2AxisLine(), getY2Label(), getY2MajorGrid(), getY2MinorGrid(), getY2Title(), getY2TitleBox(), getY2ZeroLine().


WebFOCUS