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.
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, AngieThis message has been edited. Last edited by: Kerry,
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...