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
No tick labels on chart?
Re: No tick labels on chart?
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
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