Top "Mpandroidchart" questions

MPAndroidChart is a powerful open-source Android chart view / graph view library.

Android charting libraries

I am trying to find a fast and reliable charting library. After some searching, I found 4 libraries: AChartEngine [warning! official …

android charts achartengine androidplot mpandroidchart
How to hide legends and axis in MPAndroidChart?

Is their any possibility to hide all rounded items from this picture. I have used the following code, public void …

android mpandroidchart
Failed to resolve: com.github.PhilJay:MPAndroidChart:v2.1.4

I'm using MPAndroidChart library in android studio. But when I'm trying to sync gradle I get an error as shown …

android gradle mpandroidchart jitpack
MPAndroidChart how to set y-axis min and max value or set default zoom?

I use MPAndroidChart to display the stock chart, but the Y line value is so close,the chart is like …

android charts mpandroidchart
MPAndroidChart legend customization

I am using MPAndroidChart library. I want customize legends in MPAndroidChart. In MPAndroidChart library i tried to set the position …

android pie-chart mpandroidchart
How to remove description from chart in MPAndroidChart?

I am using MPAndroidChart. How can I remove the description from PieChart? I can remove the Legend with chart.setDrawLegend(…

android mpandroidchart
MPAndroidChart hide background grid

I'm using MPAndroidChart - LineChart in my android application. I want to remove gridlines from the background . How can I …

android linechart mpandroidchart
How to create a BarChart with grouped bars with MPAndroidChart?

How can i compare two set of data using BarChart of MPAndroidChart. It should look like this image below: I …

android graph mpandroidchart
java.lang.RuntimeException: Parcelable encountered IOException writing serializable object in Android passing ArrayList object

I want to pass my ArrayList object to another activity, using a DataWrapper that implements Serializable. I followed the answer …

java android serialization arraylist mpandroidchart
How to format values inside MPAndroidChart?

2 Questions about the MPAndroidChart library. All my yvalues are integers, but displayed as Decimals. How can I get them displayed …

android mpandroidchart