How can you remove the angle and radius labels from the polar chart in Jfreechart?
Also is there a way to reduce the grid size in the XYline chart?
Printable View
How can you remove the angle and radius labels from the polar chart in Jfreechart?
Also is there a way to reduce the grid size in the XYline chart?
radius labels is?
may be try NumberAxis::setTickLabelsVisible(bool);
and for angle label
try PolarPlot::setAngleLabelsVisible(bool)