MPAndroidChart hide background grid

Use this: mChart.getAxisLeft().setDrawGridLines(false); mChart.getXAxis().setDrawGridLines(false); Please note you may need right axis or both of them. It depends on axis you are actually using. UPDATE: Is it axis line? If it is, then simply chart.getXAxis().setEnabled(false) Also possible: chart.getAxisLeft().setDrawAxisLine(false)

How to remove description from chart in MPAndroidChart?

Do you mean the description which is in the bottom right corner (default) of the Chart? If so, simply call: chart.getDescription().setEnabled(false); Or did you mean the textual description inside the pie-slices? pieChart.setDrawSliceText(false); Or did you mean the actual slice values inside the pie-slices? pieData.setDrawValues(false); Or are you talking about the Legend (shows all DataSet labels … Read more

Android charting libraries [closed]

You can use MPAndroidChart. It’s native, free, easy to use, fast and reliable. Core features, benefits: LineChart, BarChart (vertical, horizontal, stacked, grouped), PieChart, ScatterChart, CandleStickChart (for financial data), RadarChart (spider web chart), BubbleChart Combined Charts (e.g. lines and bars in one) Scaling on both axes (with touch-gesture, axes separately or pinch-zoom) Dragging / Panning (with … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)