How to create scatter and line chart in same chart view?

时间秒杀一切 提交于 2020-01-05 09:34:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!