当前位置: 代码迷 >> Android >> 初学者跪求大神
  详细解决方案

初学者跪求大神

热度:84   发布时间:2016-04-28 05:36:47.0
菜鸟跪求大神
我使用achartengine画折线图,把xyrRenderer.setFillPoints(false);为空心  我怎么自定义颜色来填充空心
------解决方案--------------------
不知道啊,正需要呢
------解决方案--------------------
try
xyrRenderer.setFillBelowLine(true);
xyrRenderer.setFillBelowLineColor(Color.RED);
  相关解决方案