I'd like to remove the horizontal lines from this XYPlot chart:
I've already tried doing this:
plot.getGraph().getGridBackgroundPaint().setColor(Color.TRANSPARENT);
and added this in the XYPlot's xml description:
ap:rangeLineColor="@color/ap_transparent"