Focal Point
graphs

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

August 10, 2007, 05:45 PM
<John.lee>
graphs
Hi
Can any one help me to control the Size and Position of "Titlestring" and "FootnoteString" in the Graphs.
Thanks
John
August 11, 2007, 06:20 AM
FrankDutch
John

A good start will be to update your signature here so we all know what version you are using.

Step two on graphs is download the documentation on graphs from the IBI website.
It's 1400 page PDF file with helpfull information on settings you need.

this is something you can find there

setAutofit(getSubtitle(),false);
setAutofit(getTitle(),false);
setFontName(getTitle(),"Vivaldi");
setFontSize(getTitle(),48);
setFontSizeAbsolute(getTitle(),true);
setFontStyle(getTitle(),3);
setSubtitleDisplay(false);
setTitleString("A Very Fancy Chart Title");
setRect(getTitle(),new Rectangle(-13471,11992,25806,1539));
setTextAntialiasing(true);


and on footnote you can do more ore less the same.
to much too handle here...




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

August 13, 2007, 10:23 AM
<John.lee>
Hi Frank
how can i update my signature here
thanks
john
August 13, 2007, 10:27 AM
FrankDutch
select

Go
personal zone
profile

on the topright you see "edit profile"
click on it and you will see

SIGNATURE
that's it...




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

August 13, 2007, 10:48 AM
<John.lee>
Hi Frank
I updated my signature and ur Suggestion is worked out for me in the Subtitle case ,but iam unable to get the FootnoteString (Controlling the Font Size and possition)
Can you advise me for this also
thanks
john
August 13, 2007, 11:00 AM
FrankDutch
did you find the document at Informationbuilders?




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

August 13, 2007, 11:52 AM
<John.lee>
Hi Frank
I find the document at Information Bulders
and also iam getting Headding and Footing but iam unable to change the possition of Headding (acctually i want my Headding in the middle of the Graph)and iam unable to increase the Font size of footing.
thanks
john
August 13, 2007, 02:13 PM
<John.lee>
Hi Frank
I find the document at Information Bulders
here is my sample code ofr footing right now iam using
setFootnoteString("line1: \nline2: \nline3:");
setFootnoteAutofit(false);
setFontSizeVC(getFootnote(),30)
But iam unable to increase the Font size of footing.
thanks
john
August 13, 2007, 05:17 PM
FrankDutch
I will give it a try tomorrow, when I'm back at the office...




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