No tick labels on chart?

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

No tick labels on chart?

Post by Don Mitchell » Tue Feb 04, 2003 7:08 pm

Is there a way to have to tick labels on a chart? I'm using a TimeSeries chart in 0.9.4. I have a requirement that says the user should be able to turn off the tick mark values since they'll know it is displaying time and they don't care about individual values, just the general trend.

Thanks,
Don

Don Mitchell

Re: No tick labels on chart?

Post by Don Mitchell » Tue Feb 04, 2003 9:01 pm

I found it. It took me a while to see the method in the javadocs, but you just use:

Axis.setTickLabelsVisible(false);

Also, I'm not sure if the phorum's email is working. I check the box to get replies sent to me, but I never seem to get the replies.

Thanks,
Don

Locked