gpt4 book ai didi

ios - Core Plot 轴标签不使用我的数字格式化程序

转载 作者:行者123 更新时间:2023-11-29 13:20:41 26 4
gpt4 key购买 nike

我正在使用 CorePlot 并尝试使用我的数字格式化程序,但轴上的标签显然没有使用我的格式化程序。这是我正在使用的代码:

CPTXYGraph *xygraph = [[CPTXYGraph alloc] initWithFrame:fullFrame];
self.graph = xygraph;
self.graph.title = @"Plot of Statistical Data Points";
self.graph.titleDisplacement = CGPointMake(0, -10);

hostingView.hostedGraph = self.graph;

CPTAxisSet *axisSet = xygraph.axisSet;
for (CPTAxis *axis in axisSet.axes) {
NSLog(@"setting axis (%@) label formatter=%@ -> %@", axis, axis.labelFormatter, self.formatter.completedValueFormatter);
axis.labelFormatter = self.formatter.completedValueFormatter;
}

我已经验证 self.formatter.completedValueFormatter 是一个很好的 NSNumberFormatter,但是轴上的标签没有使用我的格式化程序。我做错了什么?

最佳答案

我在 Plot Gallery 示例应用程序中测试了您的代码,更改标签格式化程序似乎在最新代码中正常工作。

关于ios - Core Plot 轴标签不使用我的数字格式化程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14420471/

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