Top "Mpandroidchart" questions

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

MPAndroidChart - Round edged bar chart

I am trying to create a chart like below, For my android application using MPAndroidChart. I am unable to figure …

android mpandroidchart
MPAndroidChart LineChart custom highlight drawable

I'm using MPAndroid Chart library to draw Line Chart in my Android app. The status of graph is like: I …

android mpandroidchart
MarkerView goes out of the chart for the last point on the chart

I am using a MarkerView class to show markerviews in the chart. The markerview layout I have created contains two …

android charts mpandroidchart
MPAndroidChart: bottom x-axis and multiple y-axes

I have two questions about this awesome Android chart library: 1) I cannot find a way to put the x-axis at …

android mpandroidchart
Customize the marker - MPAndroidChart

I've created a Simple Bar Chart using MPAndroidChart. For the purpose of Marker I'm extending MarkerView. I need a marker …

android mpandroidchart
MPAndroidChart how to set x-axis to the bottom of the chart?

I have downloaded the MPAndroidChart library to draw a LineChart, i have noticed that this LineChart always draw the xAxis …

android mpandroidchart
MPAndroidChart chart padding

I can't seem to enable padding on the horizontal BarChart in MPAndroidChart... Like on the screenshot below..the word commentary …

android mpandroidchart
How to auto scroll MPAndroidChart line chart?

I am new user of MPAndroidChart in android. can any one help me ?

android android-graphview mpandroidchart
MPAndroidChart is not updating

I have a hashmap like this LinkedHashMap<String, String> hash = new LinkedHashMap<>(); hash.put("2015-05-03", 100); …

java android mpandroidchart
Hide point views from MPChart LineChart

I'd like to hide (or better, to not draw) the plot points upon the drawn line. Here is a screenshot: …

android charts mpandroidchart