When using the HorizontalLogarithmic class, did you use the classes from the cvs version or did you just move this class into version 0.8.1. and get it compile successfully.
with the current version: error on compilationa:
HorizontalLogarithmicAxis.java:211: cannot resolve symbol
symbol : method setRange (com.jrefinery.data.Range)
location: class com.jrefinery.chart.HorizontalNumberAxis
super.setRange(range); //call parent mathod
^
HorizontalLogarithmicAxis.java:307: cannot resolve symbol
symbol : method getHorizontalDataRange ()
location: interface com.jrefinery.chart.HorizontalValuePlot
Range r = hvp.getHorizontalDataRange();
^
HorizontalLogarithmicAxis.java:469: cannot resolve symbol
symbol : method valueToString (double)
location: class com.jrefinery.chart.NumberTickUnit
tickUnit.valueToString(currentTickValue) : "";
^
HorizontalLogarithmicAxis.java:492: cannot resolve symbol
symbol : method valueToString (double)
location: class com.jrefinery.chart.NumberTickUnit
tickLabel = tickUnit.valueToString(currentTickValue);
with the cvs version, all reference to horizontalAxis and verticalAxis were all
commented out in the PLot.java .
Please tell me how you have HorizontalLogarithmicAxis to work.
thanks
Anyone use the HorizontalLogarithmicAxis class
Re: Anyone use the HorizontalLogarithmicAxis class
Hi Arnold,
You will need all the code from CVS...it won't work in 0.8.1.
Regards,
DG.
You will need all the code from CVS...it won't work in 0.8.1.
Regards,
DG.