getY1Label()

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

Syntax:

IdentObj getY1Label();

Example:

setDataRange(1,1,4,4);
setViewableSeries(4);
setDataScrollerPresenceSeries(0);
setViewableGroups(4);
setDataScrollerPresenceGroups(0);
setDepthAngle(0);
setDepthRadius(0);
setY1TitleString("Y1 TITLE");
setDisplay(getY1Title(),true);
setAutofit(getY1Label(),false);
setFontSizeVC(getY1Label(),2500);
setFontStyle(getY1Label(),4);

bar graph

See getY1Axis(), getY1AxisLine(), getY1MajorGrid(), getY1MinorGrid(), getY1Title(), getY1TitleBox(), getY1ZeroLine().

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


WebFOCUS