Top "Mpandroidchart" questions

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

How to set the x-axis label with MPAndroidChart

I use MPAndroidChart for my app like this: but I can not add tag like that

android mpandroidchart
How to set X axis labels in MP Android Chart (Bar Graph)?

This is with reference to the article : https://github.com/PhilJay/MPAndroidChart/wiki/Setting-Data under the heading Bar Graph.In …

android android-layout mpandroidchart
MPAndroidChart - Adding labels to bar chart

It is necessary for my application to have a label on each bar of the bar chart. Is there a …

android mpandroidchart
How to modify the bar width in MPAndroidChart BarChart?

I am using MPAndroidChart library. I would like modify the size of bar present in bar chart. Could you let …

android mpandroidchart
MPAndroidChart - Legend labels are being cut off

I am using MPAndroidChart library. Anybody has this problem? When I put the labels in BOTTOM position, these are cut. …

android labels mpandroidchart
MPAndroidChart BarChart horizontal / vertical

I am using the MPAndroidChart library. In BarChart by-default all the bars are vertical (bottom-up), how to display it in …

android mpandroidchart
How to hide drawn values in MPAndroidChart?

I need to hide the value above bars in MPAndroidChart for barchart. I have tried all the methods available in …

android mpandroidchart
How to set colors in MPAndroidChart?

I'm using MPChartlib for a basic "Barchart" (3 bars and values between 0 and 100). the background of the app is dark so …

android charts colors textcolor mpandroidchart
How MPAndroidChart display all xaxis values

I'm developing some chart features using MPAndroidChart library. Is there any way to display all the xaxis values I added? …

android mpandroidchart
MPAndroidChart how to set label color?

got the following code: graph = (LineChart) convertView.findViewById(R.id.graph); graph.getPaint(Chart.PAINT_LEGEND_LABEL).setColor(Color.BLUE); …

android mpandroidchart