gpt4 book ai didi

MPAndroidChart - CombinedChart - 第一个和最后一个条不完全可见

转载 作者:行者123 更新时间:2023-12-04 16:30:55 26 4
gpt4 key购买 nike

CombinedChart 中添加 chart.setFitBars(true) 将使第一个和最后一个条可见。

我需要做同样的事情来组合折线图和条形图。
现在,第一个和最后一个条不完全可见。

enter image description here

我试过了

xAxis.setAxisMaximum(data.getXMax() + 1f);

X-Axis 向右侧延伸,以便最后一个栏将获得足够的空间。这成功了。

但是我应该为左侧栏做什么呢?
setAxisMinimum 没有帮助。

添加setAxisMaximum后:

enter image description here

编辑

我提到了 this但它只为 BarChart 提供了解决方案。

最佳答案

明白了。

xAxis.setAxisMinimum(-0.5f);

enter image description here

我想,编辑后的 ​​X 轴标签会让它看起来不错。

要在 MPAndroidchart 中编辑标签,请参阅 this answer

关于MPAndroidChart - CombinedChart - 第一个和最后一个条不完全可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42064664/

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