How to decide the tick label location myself?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
alemjann
Posts: 31
Joined: Wed Aug 06, 2003 6:51 am
Location: Beijing

How to decide the tick label location myself?

Post by alemjann » Thu Dec 25, 2003 10:41 am

It's in LineChart using CategoryAxis.
I noticed that if the value is negative, the tick label will be under the value point automatically. Now, how can i make it under the point when the value is not negative.

thanks!

Locked