Charts: How to remove Grid

Created on 5 Apr 2017  路  2Comments  路  Source: danielgindi/Charts

I want to remove default grid lines of StackedBarChart in BarChartView background.

Most helpful comment

try

xAxis.drawGridLinesEnabled = false / true
leftAxis.drawGridLinesEnabled = false / true

All 2 comments

try

xAxis.drawGridLinesEnabled = false / true
leftAxis.drawGridLinesEnabled = false / true

Thanks.
But leftAxis has only one line vertically. How I can remove the line also?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Shunshine07 picture Shunshine07  路  3Comments

coop44483 picture coop44483  路  3Comments

anhltse03448 picture anhltse03448  路  3Comments

PrashantKT picture PrashantKT  路  3Comments

BrandonShega picture BrandonShega  路  4Comments