getO1Title()

This method returns the object ID of the primary ordinal (O1) axis title.

Syntax:

IdentObj getO1Title();

Example:

setViewableSeries(3);
setDataScrollerPresenceSeries(0);
setViewableGroups(3);
setDataScrollerPresenceGroups(0);
setLineWidth(getO1AxisLine(),1);
setO1LabelAutofit(false);
setFontSizeVC(getO1Label(),2000);
setO1MinorGridDisplay(true);
setO1MajorGridStyle(2);
setO1MinorGridStyle(1);
setO1TitleString("O1 AXIS TITLE");
setDisplay(getO1Title(),true);
setLegendDisplay(false);

bar graph

See getO1Axis(), getO1AxisLine(), getO1Label(), getO1MajorGrid(), getO1MinorGrid().


WebFOCUS