achartengine删除图表背景

时间:2012-10-28 13:33:15

标签: android achartengine

我正在尝试删除图表的整个颜色背景,包括此边框黑色,以开始使用我自己的颜色进行自定义。我试过了:

    mrenderer.setApplyBackgroundColor(true);
    mrenderer.setBackgroundColor(Color.TRANSPARENT);

结果如下:

enter image description here

无论如何都要把它全部带到那里?

1 个答案:

答案 0 :(得分:0)

尝试将颜色设置为Color.argb(0, 255, 255, 255)而不是Color.TRANSPARENT