gpt4 book ai didi

ios - 如何为 y 轴 iOS 图表设置字体

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:58:07 25 4
gpt4 key购买 nike

我知道我可以使用以下代码在 iOS 图表中设置 x 轴的字体:

myChart.xAxis.labelFont = UIFont.init(name: "AvenirNext-Regular", size: 10)!

所以,我认为我可以使用类似的代码更改 y 轴的字体,例如:

myChart.getAxis(.Right).labelFont = UIFont.init(name: "AvenirNext-Heavy", size: 10)!

但是,下面的代码没有做任何事情。是否可以更改 y 轴的字体?我尝试运行该应用程序,但字体没有任何变化。

最佳答案

它也应该在 y 轴上工作,我检查了 func,它已经在读取 labelFont(如果您认为这是一个错误,请在 github 上报告):

/// draws the y-labels on the specified x-position
internal func drawYLabels(context context: CGContext, fixedPosition: CGFloat, offset: CGFloat, textAlign: NSTextAlignment)
{
guard let yAxis = yAxis else { return }

let labelFont = yAxis.labelFont
let labelTextColor = yAxis.labelTextColor
...
}

关于ios - 如何为 y 轴 iOS 图表设置字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35689235/

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