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.
A question concerning WebFOCUS Graph Assistant (4.3.6).
I'm looking to produce a graph (2D horizontal bar) where, say, monthly sales amounts represent the Y-axis and months are the X-axis.
If I graph these monthly results from January 2000 to the present the graph itself is OK but the X-Axis labels get a bit squashed (imagine squeezing all those month labels onto the X-Axis).
The solution I'm looking for would only apply the month label for every 3rd X-axis tickmark but still graph the result for every month. That is, graph 12 monthly results but only label for March, June, September and December.
Any advice would be appreciated.
Cheers
Andrew W
Posts: 27 | Location: Sydney, Australia | Registered: May 27, 2003
GRAPH FILE MONTHLY_SALES<br />SUM SALES<br /> BY MONTH<br />ON GRAPH SET GRAPHSTYLE *<br />... <br />setO1LabelAutoSkip(1)<br />...<br />ENDSTYLE
or try to experiment with setO1LabelSkipBegin() and setO1LabelSkipCount().
You can find the documentation for the java API used in GRAPHSTYLE * on the [URL=http://techsupport.informationbuilders.com/ibase/masterindex/html/html_43/dt_reports435/javagraphapi.pdf ]IBI Techsupport [/URL] site. Look at the chapters 7 and 8.