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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Graph Y axis label
 Login/Join
 
Member
posted
Hi ,

my report has 3 bar graphs to be displayed side by side.
the graphs are in HTMTABLE format and i have used a HTMLFORM to place the graph side by side
td width="30%">IBI.FIL.GRAPH1;</td>  

td width="30%">IBI.FIL.GRAPH2;</td>  

td width="30%">IBI.FIL.GRAPH;</td>  


but this trucated the Y-axis label of all the graphs. I have set the labeldisplay(on) for all the graphs.
Again if i set the width as 50% i get back the Y axis label but there is a big gap between the Y axis and the label.

Any suggestions on how do i bring the Y axis and label closer and still be able to have 3 grphs next to each other.

Thank in advance.

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


7.1.4
Windows XP
Excel, HTML, PDF



 
Posts: 26 | Registered: February 21, 2008Report This Post
Member
posted Hide Post
Thanks Tom for the answer,
The API commands mentioned by you, is for legend, but i am having a problem with label.


7.1.4
Windows XP
Excel, HTML, PDF



 
Posts: 26 | Registered: February 21, 2008Report This Post
Expert
posted Hide Post
Ranjana,

You'll notice that Tom stated "such as these", infering that, although the commands he gave were not for the exact question, there are API commands that will do what you want to achieve.

If you searched the Forum you will find many references to the API manual. Locate one, download the manual and keep it within arms reach!! Like many other reference manuals, it will form the central resource whilst you are learning the Graphing API code!

When you search the Forum you will also find many references to graph sizing as well. Look through these links and you will find many answers to your question that have been given.

Happy searching

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
<AdeshRai>
posted
Hi Rangana,
we have API commands for Y1title and Y1Label.
its something like:-
setRect(Y1TITEL(), new Rectangle(-15500,-16900,32000,32000));
what i can suggest is, create a test graph using car or some other file through graph assistance tool. then you have one option in that which says edit. there you can adjust various components using the UI.
then go to the code and you will get your API in that.
PS: when u do this option, wf will generate some internal code so searching can be little tough.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders