I want to remove default grid lines of StackedBarChart in BarChartView background.
try
xAxis.drawGridLinesEnabled = false / true
leftAxis.drawGridLinesEnabled = false / true
Thanks.
But leftAxis has only one line vertically. How I can remove the line also?
Most helpful comment
try