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.
嗨,我正在使用 AChartEngine 在我的应用程序中显示进度。我基本上复制了XYChartBuilderexcept 更改它以获取用户数据。但是,我不确定如何使这些点像在嵌入式图形演示中那样可点击。
XYChartBuilder
您可以在此处下载演示的源代码。
下载后,请查看您提到的类,您将看到用于使点可点击的 API。
问候,
担