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
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