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.
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'.
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, 2003
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'.
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 ) 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, 2007