In trying out 0.9.4, I've found a deprecation warning on the line:
[javac] C:\src\runger_mserver\oam\mserver\src\nuance\oam\reports\callvolume\CallVolumeDocumentGe
nerator.java:162: warning: createIntegerTickUnits() in com.jrefinery.chart.TickUnits has been deprecated
[javac] ((NumberAxis)plot.getRangeAxis()).setStandardTickUnits(TickUnits.createIntegerTickUnits());
What is the new preferred way of guaranteeing integral values on a range axis' ticks?
Thanks,
Rich
0.9.4 and integer tick units
Re: 0.9.4 and integer tick units
Oops, sorry, never mind. I didn't notice that it was simply moved to NumberAxis.
Cheers,
Rich
Cheers,
Rich