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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Pie charts
 Login/Join
 
<Arun>
posted
Hi All,
can anyone provide a link where i can get good insight on Pie charts..

i searched , but i dint get any place where the docs are good.

Thanks
 
Report This Post
Guru
posted Hide Post
there were quite a few results in the search engine for 'Pie Chart'

I think there should be something in there which covers whatever it is you wnat to know....


Developer Studio 7.64
Win XP
Output: mostly HTML, also Excel and PDF

"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
 
Posts: 285 | Location: UK | Registered: October 26, 2007Report This Post
Virtuoso
posted Hide Post
the documentation gives you also lot of possibilities.
what special thing do you want to know




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
<Arun>
posted
I need to create a report (pie chart+table)

Following are the columns in the table:
asset type
market value

i should produce pie chart , showing % market value of each asset type
and below the pie chart , i should have table like:

asset type market value($) %
X cash $500 50%
X fixed income $250 25%
X others $250 25%

in the place where X comes, we should show the colour for each asset type, as present in the pie chart.

My problem is :
The legend colour for a 'asset type' present in the pie chart should match the colour present in the table for that particular 'asset type'.

Pls let me know how can i achieve this?
 
Report This Post
Virtuoso
posted Hide Post
Arun,

The graphing documentation is free on IBs web site.

The command to control the color in graphs for a series is the setFillColor command. Read about it in the manual and it will give you a lot of good information.

For Example:

setFillColor(getSeries(0),new Color(255,0,255));


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
<Arun>
posted
Mickey,
The actual problem is :
The legend colour for a 'asset type' present in the pie chart should match the colour present in the table for that particular 'asset type'.

i am not able to achieve this.
 
Report This Post
Virtuoso
posted Hide Post
Arun,

Use the setFillColor to force the colors in the Pie Chart and Legend to match the colors you are using in the Table.

This should get you what you are trying to achieve or at least get you going in the right direction.


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Virtuoso
posted Hide Post
Arun

Is it just a coincidence that someone else from India asked more or less the same question...




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Guru
posted Hide Post
quote:
Originally posted by FrankDutch:
Arun

Is it just a coincidence that someone else from India asked more or less the same question...


i don't think the forum is big enough to get away with having multiple ID's (if that's what you are getting at Big Grin) either way it shows how useful doing a proper search can be....


Developer Studio 7.64
Win XP
Output: mostly HTML, also Excel and PDF

"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
 
Posts: 285 | Location: UK | Registered: October 26, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders