Focal Point
Graph Assistant

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

March 19, 2008, 12:46 PM
Dgraff
Graph Assistant
I need to control the numbering of the left hand Ledgend on a Bar Graph. The graph is created by doing a count. If the count is 2 I would like to see 1 & 2 on the left hand side of the Graph. Currently i get .6, 1.2, 1.8 and 2 If the count is 10 I would like to see 3,6,9, and 10. No decimal numbers. What do I need to change.

Thanks


Duane

WebFOCUS 8.0.7
DS 8.0.7 AS 8.0.7
Windows
Output: Excel, HTML, PDF, AHTML,Mobile
In Focus 1982
March 19, 2008, 04:08 PM
RPond
Duane,

I am not sure how to customize the numbers so that only specific values appear, but have you tried the changing the "Value Format" drop down from None to 10000? This is located in either the X or Y Axis tabs (depending on which one is your count) and should at least remove the decimals.

Rob


WebFOCUS 716
Linux Kernel-2.6.9 x86_64 64bit
Excel, PDF, HTML, Active Reports, Visual Discovery
March 19, 2008, 04:55 PM
GinnyJakes
Duane,

Please check out this link:

Graph SET Commands

Some combination of VTICK, VMAX, VMIN (or the H equivalents) should be able to help you. Play with them and see what you come up with.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
March 20, 2008, 08:41 AM
Spence
duane,
try this.

SET VAUTO = OFF
SET AUTOTICK = OFF
SET VMAX = 10
SET VMIN = 0
SET VTICK = 3
GRAPH FILE CAR
COUNT MODEL
ACROSS COUNTRY
END

dave


WF 8 version 8.2.04. Windows.
In focus since 1990.