gpt4 book ai didi

ios-charts - iOS 图表 Github::Spacing

转载 作者:行者123 更新时间:2023-12-05 05:47:05 25 4
gpt4 key购买 nike

我正在使用 ios-charts建立一个折线图并一直在定制它的设计。但是,我现在在更改某些设置/设计时遇到了一些问题。 This is它目前的样子。

我似乎无法在图例和图表 x 轴标签之间添加垂直间距。他们靠得太近了。

let xAxis = chartView.xAxis
xAxis.labelPosition = .bottom // Emphasis
xAxis.labelFont = UIFont.systemFont(ofSize: 12, weight: .regular)
xAxis.axisLineWidth = 1
xAxis.axisMinimum = 239
xAxis.axisMaximum = 249
//xAxis.yOffset = 15 // ONLY ADDS TOP SPACE

// Legend
chartView.rightAxis.enabled = false // remove from the right side
chartView.legend.font = UIFont.systemFont(ofSize: 12, weight: .regular)
chartView.legend.yEntrySpace = 10
chartView.legend.formSize = 10
chartView.legend.yOffset = 10 // ONLY ADDS BOTTOM SPACE

最佳答案

verticalAlignment 设置为 VerticalAlignment.top(默认为 VerticalAlignment.bottom)应该使用 yOffset 作为顶部空间。

关于ios-charts - iOS 图表 Github::Spacing,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71087995/

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