Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用MPAndroidChart 库。
如何自定义MarkerView?
MarkerView
我希望在按下栏时显示标记视图,并且标记视图的文本显示我想要的文本。
请查看markerview 的文档。
在那里你可以找到如何实现你想要的信息。基本上,您必须扩展MarkerView类并在方法中刷新它的内容refreshContent(Entry e, int dataSetIndex)。
refreshContent(Entry e, int dataSetIndex)