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] Graph Labels Question

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Graph Labels Question
 Login/Join
 
Master
posted
I have created a simple graph to test how to manipulate labels, and I have a question.

quote:

GRAPH FILE CAR
SUM SALES
BY CAR
ACROSS COUNTRY

ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID OFF
ON GRAPH SET GRMERGE ON
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 1
ON GRAPH SET GRAPHSTYLE *
setLegendDisplay(false);

setFillColor(getSeries(0), new Color(0,0,255));
setFillColor(getSeries(1), new Color(0,0,255));
setFillColor(getSeries(2), new Color(0,0,255));
setFillColor(getSeries(3), new Color(0,0,255));
setFillColor(getSeries(4), new Color(0,0,255));
setFillColor(getSeries(5), new Color(0,0,255));
setFillColor(getSeries(6), new Color(0,0,255));
setFillColor(getSeries(7), new Color(0,0,255));
setFillColor(getSeries(8), new Color(0,0,255));
setFillColor(getSeries(9), new Color(0,0,255));
ENDSTYLE
END



As you can see, along the x-axis the graph displays the name of each country.

However I have been looking through the
Perspective for Java Programmer's Manual to figure out how to flip the orientation of the country name from:

E
N
G
L
A
N
D

to display as:

ENGLAND FRANCE JAPAN , etc.

Has anyone done this?

Thanks! Confused

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


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Expert
posted Hide Post
No Problem Tom,

Open it in Graph Assiatant / Goto the Properties Tab / Goto the Xaxis Tab (Xaxis Label Properties opens) / Check the checkbox (upper left corner) / Change the "Text Rotation" as desired.

Good Luck,
Doug
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report 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] Graph Labels Question

Copyright © 1996-2020 Information Builders