📜  markerview mpchart android - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:53.590000             🧑  作者: Mango

代码示例2
Please have a look at the documentation of the markerview.

There you can find information how to achieve what you want. Basically, you will have to extend the MarkerView class and refresh it's content in the refreshContent(Entry e, int dataSetIndex) method.

Share