如何使用kotlin用图视图库填充图

时间:2019-04-26 21:09:51

标签: 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);

现在在科特林,我找不到任何引用。 你能帮我吗?

0 个答案:

没有答案