Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Legend Size

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Legend Size
 Login/Join
 
Silver Member
posted
Hi,

I had used legends in a line graph. It was running perfectly fine. Since yestaerday the size of the legends became small and it i snot coming in proper output. I didn't change anything in the code......

What could be the reason.....

Can anyone help me in this?

Thanks
Deepa

This message has been edited. Last edited by: Kerry,


WebFocus 7.1.4, Windows Server 2005 , HTML/EXL/PDF
 
Posts: 35 | Registered: August 17, 2007Report This Post
Gold member
posted Hide Post
Can't be 100% sure but most loikly causes could be you opened in Graph asistant or Advanced Assistant and it majicly reset to the defaults.

Did you all of a sudden get a larger than expected amount of data causing a spike in the graph that will sometimes cause resizing


Duane

WebFOCUS 8.0.7
DS 8.0.7 AS 8.0.7
Windows
Output: Excel, HTML, PDF, AHTML,Mobile
In Focus 1982
 
Posts: 83 | Location: Princeton NJ | Registered: October 26, 2007Report This Post
Silver Member
posted Hide Post
Hi,
The data is not changing!!!
I adjusted the legend size using following code :

setFontSizeAbsolute(getLegendText(),true);
setFontSize(getLegendText(),10);
setLegendTextAutofit(true);

Size of the legend is increasing but the text in the legend is not coming completely....

If it is 2007 Rate, inthe legend it is coming 20..

Can anyone help me in this?

Thanks
Deepa


WebFocus 7.1.4, Windows Server 2005 , HTML/EXL/PDF
 
Posts: 35 | Registered: August 17, 2007Report This Post
Platinum Member
posted Hide Post
i too face this problem. my legend size became small. Here is the code i use,
setLegendDisplay(true);
setLegendPosition(-1);
setRect(getLegendArea(),new Rectangle(12000,-6440,4444,6600));

can anyone help me out??

thanks
Hari


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML
 
Posts: 165 | Registered: September 29, 2008Report This Post
Member
posted Hide Post
Hi Atturhari,
Try with this code. It works for me.
setFontSizeAbsolute(getLegendText(), true);
setFontSizeInPoints(getLegendText(), 10);


WF Production Version: WebFOCUS 7.6.1
WF Test Version : WebFOCUS 7.6.4
Operating System : Windows xp
Output format : Excel, PDF, HTML, AHTML, PPT
 
Posts: 12 | Registered: July 01, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Legend Size

Copyright © 1996-2020 Information Builders