问题
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?
回答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.
回答2:
This functionality is now available. Check out the CombinedChart example.
来源:https://stackoverflow.com/questions/27570699/how-to-create-scatter-and-line-chart-in-same-chart-view