0.9.4 and integer tick units

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Rich Unger

0.9.4 and integer tick units

Post by Rich Unger » Fri Oct 18, 2002 7:36 pm

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

Rich Unger

Re: 0.9.4 and integer tick units

Post by Rich Unger » Fri Oct 18, 2002 7:39 pm

Oops, sorry, never mind. I didn't notice that it was simply moved to NumberAxis.

Cheers,
Rich

Locked