Manish Patel
Manish Patel

Reputation: 33

How to draw area chart in Android using MPAndroidChart?

I am looking for a way to draw area chart using MPAndroidChart. I am aware , I can use StackedBar Chart but that doesn't quite serve the purpose. Is there a way to draw Area chart such as shown below using MPAndroidChart and if not what might be the suitable alternate?

sample image souce-wikipedia

Upvotes: 0

Views: 322

Answers (1)

S T
S T

Reputation: 1134

you can make chart as you want using MPAndroidChart.

I tested using sample app in google Play Store(try search 'MPAndroidChart').

try multiLineChart and make option Toggle Filled. I think this is what you're looking for.

enter image description here

Upvotes: 2

Related Questions