Hi all,
I need to develop this screen using the jfree chart ,since I am new to the Jfree chart I need help as to how I to get started and how I will draw two graphs .
If someone can provide me with some demo code that will be really helpful.The screenshot is on this url.
Thanks.
Hi need help with the screenshot having two charts
-
- Posts: 4
- Joined: Tue May 23, 2006 10:29 pm
- Contact:
Hi need help with the screenshot having two charts
Last edited by manuvishnoi on Tue May 30, 2006 2:02 pm, edited 1 time in total.
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
You won't be able to produce this with JFreeChart unless you're prepared to write a custom dataset class (based on the IntervalXYDataset interface) and a custom renderer (something along the lines of XYBarRenderer, but taking into account the variations in the y-value range also).
I think it is doable, but if you are new to JFreeChart maybe it is not so easy.
I think it is doable, but if you are new to JFreeChart maybe it is not so easy.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 4
- Joined: Tue May 23, 2006 10:29 pm
- Contact:
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
No. As I said, to create a chart like that you'd need a custom dataset and a custom renderer, and those haven't been written by anyone. If I had more time, I'd write one for you and include it in JFreeChart...
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

