Skip to content Skip to sidebar Skip to footer

How To Create Scatter And Line Chart In Same Chart View?

I know MPAndroidChart lets you put two linecharts in the same plot but I need to plot 2 scatter charts and one line chart in the same graph. How can go about doing this?

Solution 1:

The functionality you are describing is not available in versions of the library prior to v3.0.0

EDIT:

As of v3.0.0+, this feature is now available. It can be done using a CombinedChart. Check out the example to see how to implement it.

Solution 2:

This functionality is now available. Check out the CombinedChart example.

Post a Comment for "How To Create Scatter And Line Chart In Same Chart View?"