HorizontalLogarithmicAxis, if all the reference to horizontal and vertical axis in Plot.java are commented out (all from cvs).
I tried uncommenting them out and added code missing and used:
Plot plot = m_jfcChart.getPlot();
plot.setHorizontalAxis(new HorizontalLogarithmicAxis("Log Test") );
but did not see the title or the scale change. It still showed the old line xyplot. Is there something I'm not using correctly. thanks.
How to set the Horizontal axis to...
Re: How to set the Horizontal axis to...
You can use the methods setDomainAxis(...) and setRangeAxis(...) which are implemented in CategoryPlot and XYPlot now.
Regards,
DG.
Regards,
DG.