Top "Mpandroidchart" questions

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

MarkerView is not showing up using MPAndroidChart

I am using MPandroidchart for showing line charts in my application.I have added following code to show Marker View, …

android mpandroidchart
How to remove padding from horizontal barchart of mpandroidchart?

I am trying to make a horizontal barchart that covers the entire parent layout but its not. Below is my …

android bar-chart mpandroidchart
MPAndroid Chart how to make smooth line chart

I am looking to use MPAndroid Chart in my application. But currently, specifying points gives a line graph with sharp …

android mpandroidchart
MPAndroidChart BarChart disable right legends

I need to remove right legends from BarChart. This is my code. mChart = (BarChart) rootView.findViewById(R.id.chart1); mChart.…

android mpandroidchart
Scrollable BarChart with possibility to touch each bar using MpAndroidChart?

I'm trying to create a chart in my app using MPAndroidChart. My aim is to get a graph looking like …

android mpandroidchart
Android : MPAndroidChart how to remove values on right side in chart?

I have the following chart which is displaying some values. I would like to hide/ remove values on the right …

android charts mpandroidchart
ios-charts How to invalidate/redraw after setting data

See Updates At Bottom (4/30/2015) I'm implementing a Pie Chart in Swift for iOS using ios-charts, and have chosen to customize …

mpandroidchart ios-charts
MPAndroidChart: Rotate Labels of X-Axis by 90 degrees in BarChart

My text in xAxes of BarChart from MPAndroidChart is too long. How I can rotate label of xAxes by 90 degrees?

android mpandroidchart
MPAndroidChart, how to remove decimal percentages and not show percentages below 10?

I am using MPAndroidChart and I have two questions: MPAndroid Pie Chart Remove decimal percentages Not show values on the …

android mpandroidchart