halfhp / androidplot

Charts and plots for Android
http://androidplot.com
Apache License 2.0
505 stars 159 forks source link

How to hide horizontal range lines on XYPlot ? #75

Closed matdev closed 6 years ago

matdev commented 6 years ago

Despite doing

        mPlot.getGraph().setRangeGridLinePaint(null);
        mPlot.getGraph().setDomainGridLinePaint(null);

my bar chart's grid horizontal lines are still visibles. I'm using style APDefacto.Dark

I've also asked the question here: https://stackoverflow.com/questions/48620565/how-to-hide-horizontal-range-lines-on-androidplots-xyplot

halfhp commented 6 years ago

Looks like theres a correct solution posted. I added a comment as well. Closing as not a bug. You don't need to cross post here - I check for new SOF posts every morning :) (I don't always have time to respond though)