1

Any ideas? There is no setRadiusLabelsVisible(...) or setLabelGenerator(null) method which exists for at least some of the other charts. :)

4

1 に答える 1

2

PolarPlotラジアルがあるように見えるAxisので、

PolarPlot plot = (PolarPlot) chart.getPlot();
ValueAxis axis = plot.getAxis();
axis.setTickLabelsVisible(false);
于 2010-03-12T04:48:15.843 に答える