gpt4 book ai didi

android - 如何在 Android plot 中为饼图添加图例?

转载 作者:行者123 更新时间:2023-11-30 00:27:59 32 4
gpt4 key购买 nike

enter image description here

我正在使用 Android Plot( http://androidplot.com/ ) 库绘制饼图,饼图绘制很好,但我想要图例及其自定义,如附图所示,所以请指导我在 Android Plot 库中做同样的事情。

最佳答案

Androidplot 1.5.0 中添加了饼图图例,但默认情况下禁用。启用:

pieChart.legend.setVisible(true);

Configuration of the legend与 Androidplot 中其他系列类型的工作方式相同。例如,您可以配置一个包含 4 行的列:

pie.getLegend().setTableModel(new DynamicTableModel(1, 4));

或者单行有 4 列(如下所示):

pie.getLegend().setTableModel(new DynamicTableModel(4, 1));

enter image description here

关于android - 如何在 Android plot 中为饼图添加图例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45013838/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com