How to combine stacked chart with a line chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Vijay

How to combine stacked chart with a line chart

Post by Vijay » Thu Jun 17, 2004 6:47 am

I want to combine stacked chart with the line chart. My problem is that I'm displaying sales of 4 firms for the four quarters and I have to use a linbe graph which will move across the stacked bars to show up tha net sales.
Please help me and its a way urgen. Well I'm using version 0.9.18


Best Regards
VijayDhingra

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Jun 17, 2004 8:58 am

Take a look at the OverlaidBarChartDemo.java application in the src/org/jfree/chart/demo directory. It isn't hard to modify that to present stacked bars.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

hank
Posts: 31
Joined: Mon May 12, 2003 10:02 am
Location: Lake of Constance, Germany

Post by hank » Thu Jun 17, 2004 4:25 pm

what do you think about this one:
http://www.jfree.org/phpBB2/viewtopic.php?t=8682

Heinrich

Locked