Focal Point
Graph label problem

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6511088331

July 20, 2005, 07:39 PM
<wf newbie>
Graph label problem
I have a line graph that shows two lines. It has "male population" and "female population" going up the y axis. I want the ya axis to read "population" however currently nothing is displayed. Any help is appreciated. Thanks
July 20, 2005, 08:08 PM
mgrackin
Try adding the following to your GRAPH code:

ON TABLE SET GRAPHSTYLE *
setY1TitleDisplay(true);
setY1TitleString("Population");
setTextJustHoriz(getY1Title(),1);
setTextRotation(getY1Title(),1);
ENDSTYLE
July 27, 2005, 03:52 PM
Kerry
Hi newbie,

Has this issue regarding graph label been resolved? Did Mickey's suggestion help you?

I ran a quick search on Information Builder's online documentations and came across the following topics which may be of interest:

How to add Label to Y-Axis of a Bar Graph?
http://techsupport.informationbuilders.com/sps/11192038.html

How to change label format for variable in a two-axis graph?
http://techsupport.informationbuilders.com/sps/92041083.html

How to skip the label for the X-axis
http://techsupport.informationbuilders.com/sps/93201103.html

In addition, you may also want to take a look at the Reporting/Graph section of the WebFOCUS technique page. Here is the URL:
http://techsupport.informationbuilders.com/tech/contents/wbf_tcn_toc.html

Hope this helps. Big Grin

Cheers,

Kerry