missing method!!!!!!!

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

missing method!!!!!!!

Post by Vitaly Bekkerman » Mon May 21, 2001 8:08 pm

hi,

i am trying to create TimeSeriesChart, and make my own ticks. i am looking at your example (demo program) where you use the method
DateAxis.setTickUnit()
Here is the confusion: this method is used in the example, it is described in the online docs, BUT it is not in the class. when i try to compile the program, there is an error message that says "setTickUnit method not found"... unfortunately i am having problems with running the demo, so i can't test it there.

Anyone knows where the lost method is???

thanks,
vitaly

David Gilbert

RE: missing method!!!!!!!

Post by David Gilbert » Tue May 22, 2001 7:36 pm

I've just checked and it's definitely in the DateAxis.java class:

public void setTickUnit(DateUnit unit)...

Regards,

DG.

Locked