Anybody that has experience using Jfreechart, is there a way to change the color of my labels for my XY axes. Right now I'm using a XYPlot and I want to change the color of the labels on my axes. Is there a way to do this?
Thanks
Anybody that has experience using Jfreechart, is there a way to change the color of my labels for my XY axes. Right now I'm using a XYPlot and I want to change the color of the labels on my axes. Is there a way to do this?
Thanks
You should be able to use setTickLabelPaint()
on the desired Axis
.