BubbleChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
smitha
Posts: 5
Joined: Tue Jan 27, 2004 10:31 am

BubbleChart

Post by smitha » Wed Jan 28, 2004 10:10 am

Hi
I want to create a Bubblechart with more than one series and float values on X-and Y-axis.How can I do this.
Please Reply
With Regards and Thanks
Smitha

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 Jan 29, 2004 6:56 pm

You will need to write a dataset class - an object that implements the XYZDataset interface. The interface allows for multiple series.

This task is on my to-do list (not near the top though).
David Gilbert
JFreeChart Project Leader

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

Locked