stacked bar chart w/ multiple series?? is this possible?

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

stacked bar chart w/ multiple series?? is this possible?

Post by Craig » Fri Aug 12, 2005 12:35 am

Hi, I want to make a Stacked Bar Chart that has multiple series within each category, like this chart:

Image

I'm using ChartFactory.createStackedBarChart3D right now but that just lumps all my series together...

Also, is it possible to add a symbol (a triangle or something) instead of one of the bars as shown in the image? That would be really helpful. thanks

Reso
Posts: 2
Joined: Fri Sep 16, 2005 4:06 pm

Post by Reso » Fri Sep 16, 2005 6:02 pm

I've been searching for a solution to do the same thing - multiple stacked bars per category. Did you ever find out how to accomplish this? Any info would be appreciated, and if I figure anything out, I'll be sure to let you know! Thanks!

Locked