I'm trying to remove the domain labels in my AndroidPlot bar graph. I've tried using plot.getGraphWidget().getDomainLabelPaint.setColor(Color.TRANSPARENT);
as suggested in another post, but the current AndroidPlot version does not seem to include this method.
Is there another way for removing the domain labels?
Thanks in advance!