creating XYRenderer chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
chinmay
Posts: 4
Joined: Wed Jul 16, 2008 5:47 pm

creating XYRenderer chart

Post by chinmay » Wed Jul 16, 2008 6:16 pm

Hi,

I am new to Jfree chart. Can you please tell me how i create the chart for the XYRenderer chart.

I have 3 datas, like Xmm, Ymm, and surfaceArea. All these values are Double.Using these values i want to create the chart. suface Area is my Z value, Xmm and Ymm is X value and Y value.But i am confused how to create XYZDataset for using these values. I checked the demo of Jfreechart, but i am confused. Can you please, guide me & give me the suggesion .
Please give me some sample code.
Thanks in advance for helping.

thanks,
Chinmay

Locked