getY2Label()

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

Syntax:

IdentObj getY2Label();

Example:

setDataRange(1,1,4,4);
setViewableSeries(4);
setDataScrollerPresenceSeries(0);
setViewableGroups(4);
setDataScrollerPresenceGroups(0);
setGraphType(21); 
setDepthAngle(0);
setDepthRadius(0);
setAutofit(getY2Label(),false);
setFontSizeVC(getY2Label(),1500);

bi-polar bar graph

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

For information about formatting numeric labels, see Formatting Numbers and Numeric Labels.


WebFOCUS