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     [SOLVED] X-axis label getting cropped in Chart

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] X-axis label getting cropped in Chart
 Login/Join
 
Silver Member
posted
Hello All,

One of my labels is geting cropped. Could someone suggest. I've tried using LabelStagger, Label Margin, also tried redusing font size but I failed. Please suggest

Acutal value to be displayed is
"Mailbox Configuration Error"

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8.1.03
Windows, Linux All Outputs
 
Posts: 46 | Location: India | Registered: August 18, 2011Report This Post
<Kathryn Henning>
posted
Hi WF World,

There are 2 ways to workaround this problem:

1- reduce the font size
2- change the size of the graph frame using Virtual Coordinate System

Below is a sample of adjusting the frame size using Java API syntax:

setRect(getFrame(),new Rectangle(-22028,-21240,30905,37600));

The coordinates are represented in this order: (x, y, width, height).

The default rectangle is set in graphs with the code:
SET HAXIS=770
SET VAXIS=400

You can play with these numbers, but it's not as precise as using the cortesian coordinates.

Additional information on the method above can be found in the graph manual.

Regards,

Kathryn Henning
 
Report This Post
Platinum Member
posted Hide Post
Where can I get this graph manual?


WebFOCUS 7.7.05 (Someday 8)
Windows 7, All Outputs
In Focus since 1983.
 
Posts: 103 | Registered: April 27, 2011Report This Post
Platinum Member
posted Hide Post
Assuming RDUNIF is sufficiently random for your purposes, would this do the trick?

-SET &SAMPLE_PERCENT = .10 ;
 TABLE FILE GGSALES
 PRINT
 COMPUTE RAND/D9.8=RDUNIF(RAND);
 SEQ_NO DOLLARS/D8M
 WHERE TOTAL RAND LE &SAMPLE_PERCENT
 END


WebFOCUS 8.2.06
 
Posts: 210 | Location: Sterling Heights, Michigan | Registered: October 19, 2010Report This Post
Platinum Member
posted Hide Post
Oops, wrong one.


WebFOCUS 8.2.06
 
Posts: 210 | Location: Sterling Heights, Michigan | Registered: October 19, 2010Report This Post
<Kathryn Henning>
posted
Hi Kevin W,

Information on obtaining the manual can be found at WebFOCUS Graphics 7.7.03 .

Regards,

Kathryn

This message has been edited. Last edited by: <Kathryn Henning>,
 
Report This Post
Silver Member
posted Hide Post
Thanks Kath...
Your solution worked for me. Smiler

This message has been edited. Last edited by: WF World,


WebFOCUS 8.1.03
Windows, Linux All Outputs
 
Posts: 46 | Location: India | Registered: August 18, 2011Report 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     [SOLVED] X-axis label getting cropped in Chart

Copyright © 1996-2020 Information Builders