Focal Point
Advanced Graph Assistant

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

September 28, 2007, 11:48 AM
NML
Advanced Graph Assistant
I am new to using Advanced Graph Assist and have a few questions.

1) Is there a way to delete the outline around the graph output?
2) Can the axis be formatted to include a comma separator for the label values, e.g. 1,0000?
3) I have a date formatted I8YYMD and this does not display on my x axis. I only see a 0 in the display output. Any suggestions on how to display the actual date?


WebFOCUS 7.6.1
Windows XP
Output: Excel, PowerPoint, PDF, HTML
September 28, 2007, 12:27 PM
FrankDutch
1) yes
2) yes
3)change your day format to YYMD via a define.

Do you have the pdf document wf713graph.pdf which can be downloaded from the IBI website?
It will give you a lot of settings you might use to get what you want.

1) search in that document for setBorder and you will get many hits.

2) for the pattern settings there are several predefined settings and you can create your own with these commands

pattern:= subpattern{;subpattern}
subpattern:= {prefix}integer{.fraction}{suffix}
prefix:= '\\u0000'..'\\uFFFD' - specialCharacters
suffix:= '\\u0000'..'\\uFFFD' - specialCharacters
integer:= '#'* '0'* '0'
fraction:= '0'* '#'*


it's a bit like excel..."#,##,###,####" == "######,####" == "##,####,####".




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7