gpt4 book ai didi

android - 如何在android中使用mpchart库设置图表外的矩形框?

转载 作者:行者123 更新时间:2023-11-29 18:30:18 25 4
gpt4 key购买 nike

我正在尝试使用 Android 中的 MPchart 库绘制图形。但是我无法在图表外显示一个背景颜色为绿色的矩形框,如图所示:expected output of graph 1 .

我尝试使用 MPchart 库的这些方法:

  1. setDrawGridBackground(true);

  2. setGridBackgroundColor(Color.BLUE);

不是设置图表外部的颜色,而是设置图表的背景颜色,如下图所示:output obtained using the above methods of MPchart in android in graph 2 .

chart.setDrawGridBackground(true);
chart.setGridBackgroundColor(Color.BLUE);

请提供任何建议,以便我可以按图 1 中的预期获得图形输出

最佳答案

在 xml 文件中为条形图元素添加背景属性。

<com.github.mikephil.charting.charts.BarChart
android:id="@+id/bar_chart"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#00AAA7"/>

使用 mpchart 库的以下方法:

setDrawGridBackground(true);

输出看起来像图像链接 Barchart

关于android - 如何在android中使用mpchart库设置图表外的矩形框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56593518/

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