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 在我的应用程序中显示图表。我想在单击复选框时更改渲染器系列集,但我无法从 GraphicalView 获取渲染器或系列。
有谁知道这样做的任何方法?
谢谢
我认为理想情况下您应该自己构建数据集和渲染器。AChartEngine 演示中有很多这样的例子。例如,看到这个
担