The documentation of the XYSeries in the class library of jFreechart mentiones the following constructor:
XYSeries(java.lang.String name, boolean allowDuplicateXValues)
But if you try to use it, the compiler complaines that it can't find this constructor.
Any advices, comments???
Thanks in advance
Andreas
XYSeries - missing constructor
Re: XYSeries - missing constructor
Hi Andreas,
this is a versioning problem. The JavaDoc refers to JFreeChart 0.9.3
(to use with JCommon 0.7.0). Do you have this version or do you have 0.9.2 or older?
Regards,
Andreas Schroeder
this is a versioning problem. The JavaDoc refers to JFreeChart 0.9.3
(to use with JCommon 0.7.0). Do you have this version or do you have 0.9.2 or older?
Regards,
Andreas Schroeder