Focal Point
[CLOSED] Empty spaces in Graph

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

February 16, 2011, 10:17 AM
Angelica
[CLOSED] Empty spaces in Graph
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
February 16, 2011, 11:36 AM
Prarie
Try adding this to your graph

setPlace(true);
February 16, 2011, 12:43 PM
Angelica
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