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] Bar width property

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Bar width property
 Login/Join
 
Guru
posted
Is the a property that controls the width of a bar and the gap between bars on a chart. I know when the charts are re-sized the bars and gaps are proportionately changed, but do we have any control over that?

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


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report This Post
Guru
posted Hide Post
Hi Jay,

This is a friendly follow-up regarding your graph question - Bar width property.

While we wait for others to reply, from researching the IBI TechSupport knowledge base the following might be of some assistance:

It is necessary to include the following GRAPH APIs:

setResizeBarMode(false);
setRiserWidth(40);
setDepthRadius(0);
setRiserBarGroupSpacing(20);$

GRAPH sample code to demonstrate the use of these GRAPH API commands:

GRAPH FILE GGSALES
SUM UNITS
ACROSS REGION
ON GRAPH SET LOOKGRAPH VBRSTK1
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID ON
ON GRAPH SET VAXIS 380
ON GRAPH SET HAXIS 580
ON GRAPH SET GRMERGE ON
ON GRAPH SET GRAPHSTYLE *
TYPE=REPORT,
GRID=OFF,
FONT='VERDANA',
SIZE=10,
$
setResizeBarMode(false);
setRiserWidth(40);
setDepthRadius(0);
setRiserBarGroupSpacing(20);$
-*
ENDSTYLE
END

Thank you for participating in the Focal Point Forum.

Kindest regards,
Tamra Colangelo
Focal Point Moderator
Information Builders Inc.


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
 
Posts: 487 | Location: Toronto | Registered: June 23, 2009Report This Post
Guru
posted Hide Post
Thanks I will look into it.


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report This Post
Guru
posted Hide Post
Thanks for trying, but these are for spacing within a group or cluster bars. I am looking for spacing between groups.


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report This Post
Expert
posted Hide Post
Jay,

If you are using JSCharts (HTML5) then check out page 346 in the manual to see if that is what you are looking for.

If that is not it then please provide an example of your chart (using a sample table and not your own data) and, if possible, an image so that we understand what you mean Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report 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] Bar width property

Copyright © 1996-2020 Information Builders