Focal Point
Controlling size of the Stack Bar Graph

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

September 01, 2004, 08:29 PM
<Thiru>
Controlling size of the Stack Bar Graph
Hi,

I have a stack graph and need to control the stack bar's width since its more wide now. Anyone has an idea?

Thanks,
Thiru
September 02, 2004, 05:14 PM
susannah
Thiru, you can read an article on this site (its home page) called "GRAPHTYPE Kicking it up a notch" that will teachyou how to do stacked bars in an entirely different way, you control width/height.
September 10, 2004, 02:52 PM
<Pietro De Santis>
Susannah, I did a search for "GRAPHTYPE Kicking it up a notch" here on FocalPoint and did not find anything. Did you mean a different site?
September 10, 2004, 03:01 PM
<monte2000>
Hey Pietro.

Here is a link to Susannah's awesome article. Focal Point isn't just the message board - it's also a Developer Resource Center. There's lots of valuable stuff there- so check it out.

Cheers,

Monica
September 10, 2004, 03:38 PM
<Pietro De Santis>
Phenomenal! Thanks.
September 28, 2004, 12:43 PM
Larry Eiss
Thiru,

If the article did not address your question, please let me know and I will provide some additional information. Controlling the width of bars on a WebFOCUS graph is possible using a Graph API call.

Larry
October 06, 2004, 06:27 PM
<Thiru>
Thanks Folks! I got it worked thru APIs. It was:

setRiserWidth(20);

The default value is 80, if you dont set it this way. When I set it for 20, it looks good.

Thanks again,
Thiru