Custom Horizontal Tick Marks

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

Custom Horizontal Tick Marks

Post by Vitaly Bekkerman » Tue Mar 13, 2001 10:42 pm

Hi,

I am drawing a simple sine graph, but i need to have the horizontal tick marks to be at an interval of 32. when i try to turn off autoTickMarkValue and set my own, JFreeChart spits out a great number of errors. is there an easy way of doing it? is it possible at all?

thanks a lot,
vitaly

David Gilbert

RE: Custom Horizontal Tick Marks

Post by David Gilbert » Thu Mar 15, 2001 1:15 pm

Hi Vitaly,

Can you post the code you use to turn off the auto-tick calculations, and also the exceptions generated (or at least the first couple of exceptions if there are many)?

Regards,

DG.

Patrick

RE: Custom Horizontal Tick Marks

Post by Patrick » Wed May 23, 2001 4:29 pm

Could I have a copy of that code also?

It would be very helpful.

Regards,
Patrick.

Locked