我正在尝试使用 Core-Plot 更改条形图中标签的默认位置。我正在使用这种方法:
-(CPTLayer *)dataLabelForPlot:(CPTPlot *)plot recordIndex:(NSUInteger)idx;
我回来了:
return textLayer = [[CPTTextLayer alloc] initWithText:@"2222" style:textStyle];
我得到这个结果:
但我想出现如下:
任何的想法?我试图在文档中找到答案,但我一直不可能。