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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Stack labels on ordinal (x) axis of a graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Stack labels on ordinal (x) axis of a graph
 Login/Join
 
Platinum Member
posted
I created a graph with Advanced Graph Assistant. The labels on the x axis are the text values of a field (factor_name). How do I stack them so they don't run in to each other. I am staggering them already. The user wants them to be descriptive enough - hence the long (25 characters) names. A legend below won't work. They violate the established 'standard' on a public site.
Thanks in advance for the help!!
Marilyn

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


WebFOCUS 8.1.05 Windows 7, all output
 
Posts: 107 | Registered: February 18, 2011Report This Post
Expert
posted Hide Post
Hi Marilyn,

From our technicals: the following is on page 434 of WebFOCUS Graphics 7.7.02 manual.

O1LabelWrap
This property controls whether header labels on the primary ordinal (O1) axis are drawn on
more than one line.
Syntax:
setO1LabelWrap(boolean);
boolean = getO1LabelWrap();
where:
boolean
Can be one of the following:
true wraps labels on the O1-axis. The graphing engine looks for space characters in the label string and draws the label on multiple lines at space character boundaries.
false draws labels on a single line. This value is the default.

Example:
setDepthRadius(0);
setY1MajorGridDisplay(false);
setY1AxisLineDisplay(false);
setO1MajorGridDisplay(false);
setO1LabelWrap(true);


Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
user isn't in version 7.7.02
he's in 7.6
in 7.6.8, whenever i want to do something non-standard, i go right to ANNOTATIONS.
i write custom ANNOTATIONS, you can have up to 8 of them, and don't use LEGEND at all.
You can tinker with the xaxis label, to make it white, and huge, and give yourself enuf room to do whatever you need. ANNOTATIONS rule!




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Stack labels on ordinal (x) axis of a graph

Copyright © 1996-2020 Information Builders