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     [CLOSED] Empty spaces in Graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Empty spaces in Graph
 Login/Join
 
Member
posted
Hi Experts,
in Advanced Graph Assist there seem to be empty spaces when the graph is displayed, which I want to emilinate. These spaces are for example between the left end of the graph and the title of Y1 or between the bottom of the graph and the x1 ...
it just seems the real graph should be bigger inside the iframe or even at just running it in developer studio. there are empty spaces all around the graph (which is in the middle). How can these spaces be eliminated?

Unfortunately the following line seems not to change anything:

setRect(getFrame()), new Rectangle(-16000,-16000,32000,32000));

Thank you,
Angie

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


7.7.02, Windows
most: HTML
also: PDF
 
Posts: 5 | Registered: January 18, 2011Report This Post
Virtuoso
posted Hide Post
Try adding this to your graph

setPlace(true);
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Member
posted Hide Post
Acutally this coding helped....

setPlace(false);
setRect(getFrame(),new Rectangle(-14200,-10000,30000,25000));

Now the empty space on the left and right disappeared.
But there is still an empty line underneath the Ordinate, since there is a BY field in the graph, that is set to NOPRINT.
Therefore the text is not printed, but the space for the text is left empty - how can you remove this empty line? It would be better to have a lager graph than to have this empty line of the last BY field with NOPRINT...


7.7.02, Windows
most: HTML
also: PDF
 
Posts: 5 | Registered: January 18, 2011Report 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     [CLOSED] Empty spaces in Graph

Copyright © 1996-2020 Information Builders