Focal Point
No Graph Axis

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

February 08, 2007, 11:15 AM
MadamZuZu
No Graph Axis
hi Smiler


how can i NOT show the axis on my stacked bar?
i just want the bar by itself Smiler


Thanks!


~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~
PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server)
TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode
February 08, 2007, 01:52 PM
mgrackin
MadamZuZu,

Try adding the following to your request:

setFrameDisplay(false);
setO1AxisLineDisplay(false);
setO1MajorGridDisplay(false);
setO1MinorGridDisplay(false);
setY1AxisLineDisplay(false);
setY1MajorGridDisplay(false);
setY1MinorGridDisplay(false);


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
February 08, 2007, 02:00 PM
MadamZuZu
no, thank YOU! Wink


~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~
PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server)
TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode