gpt4 book ai didi

iOS 图表 - 等距 Y 值?

转载 作者:行者123 更新时间:2023-11-28 21:10:47 26 4
gpt4 key购买 nike

对于 iOS 图表库,有人知道如何使 y 轴值彼此等距吗?那么在下图中,“1”线会在图形的中间吗?

enter image description here

最佳答案

axisMinimum 设置为零将产生您想要的输出。

//chartView is the object of BarChartView class.
let yAxisLeft : YAxis = self.chartView.leftAxis
yAxisLeft.axisMinimum = 0

enter image description here

其他值也将保持一致。

enter image description here

关于iOS 图表 - 等距 Y 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43466572/

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