Focal Point
Graph - Axis Min/Max Values

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

June 05, 2006, 09:46 PM
Govind Jujare
Graph - Axis Min/Max Values
I want my x-axis to have a fixed range of (0 to 500). Whenever I try to draw, the graph
is coming out with a dynamic range based on the range of data selected. For ex., it comes
out as (340 to 490) .. etc. Any ideas on how to fix the range ?


WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic
June 06, 2006, 02:45 AM
Govind Jujare
I figured that webfocus treats my x-axis points as bunch of symbols
(with no numerical significance attached).

I forced it to draw whole range by using a dummy series (that has all
possible values on x-axis). This worked out good.

Now the question - Is there a way to hide the a series by name ? I want
to hide my dummy series.

TIA,


WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic
June 06, 2006, 02:55 AM
Govind Jujare
Never mind. Thx to mgrackin & Tony A for their tip -

https://forums.informationbuilders.com/eve/forums/a/tpc/...561009331#8561009331


WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic
June 06, 2006, 08:54 AM
EJL
Seems like setScaleMin and setScaleMax would have been a more direct solution.
June 06, 2006, 12:14 PM
Govind Jujare
I had tried setScaleMin/Max. It worked like charm for y-axis. But no luck with x-axis.
May be because y-axis is numerical and x-axis is not ? May be because the types of graphs I
attempted (VLINE, VAREA)assume no numerical significance of x-axis data points ? May be
some other option needs to be set while using setScaleMin/Max for x-axis ? May be I should
have used SCATTER kind-of graph to force x-axis to be numerical ?

I am not sure. I could not bring around setScaleMin/Max work for my x-axis.

This message has been edited. Last edited by: Govind Jujare,


WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic