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.
I have about 120 points on the graph to plot. The issue is that I would like the x axis to scale like the y axis or display possibly every 4 or 5th one. right now it displays every month of every year scaled down to a size you can't read and because they are too tightly packed they overlap each other and only 1 value is displayed at the far right of the graph.
As far as I can tell from my experience with the Graph API calls, there is no way to make the Label show at an angle which you are looking for. If there IS then I would like to know about it as well. Sorry.
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
Exactly, there is no way display axis labels at an angle - Perspective for Java GRAPH API does not allow it. The property O1LabelRotate, allows for only three possible value's: 0 - no rotation 1 - 90 degrees 2 - 270 degrees
Just to remind: There are very useful API properties for displaying large number of axis labels in a readable way: O1LabelAutoSkip, O1LabelSkipBegin, O1LabelSkipCount
This specific functionality (angled axis names) will be available in the 5.3 release which is in beta testing now and will likely be production by the end of the summer.