标签: android kotlin android-graphview
在Java中有Graphview的文档,并且有一个脚本可以完成这项工作。
mySeries.setBackgroundColor(Color.GREEN); mySeries.setDrawBackground(true); // =====> this is important and it's what I need graph.addSeries(mySeries);
现在在科特林,我找不到任何引用。 你能帮我吗?