jfreechart

L

leGrandCigar

i am trying to make dynamic chart with jfreechart packet,but have proble
compiling the example MemoryUsage program from the documentation...If
someone have expiriance with this i woukd appriciate if you could help me
with example code and the right version that goes with it...i have actualy
bought the documentation,but constructor for //XYPlot xyplot = new
XYPlot(dataset, domain, range); is diferent in package it takes

public XYPlot() { }
public XYPlot(XYDataset dataset, ValueAxis domainAxis, ValueAxis
rangeAxis, XYItemRenderer renderer) { }


if someone could help i would appriciate it very much,thank you
 
J

John B. Matthews

leGrandCigar said:
i am trying to make dynamic chart with jfreechart packet,but have proble
compiling the example MemoryUsage program from the documentation...If
someone have expiriance with this i woukd appriciate if you could help me
with example code and the right version that goes with it...i have actualy
bought the documentation,but constructor for //XYPlot xyplot = new
XYPlot(dataset, domain, range); is diferent in package it takes

public XYPlot() { }
public XYPlot(XYDataset dataset, ValueAxis domainAxis, ValueAxis
rangeAxis, XYItemRenderer renderer) { }


if someone could help i would appriciate it very much,thank you

You might try the JFreeChart forum:

http://www.jfree.org/phpBB2/index.php
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top