Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Core Plot 来实现这样的目标:
我能够绘制水平条和边框,但我不知道如何定位数据标签。我应该使用
-(CPTLayer *)dataLabelForPlot:(CPTPlot *)plot recordIndex:(NSUInteger)index
?
谢谢!
您可以为此使用注释。使用 . 制作每个标签CPTTextLayer。设置每个标签锚点和位置,使它们保持在正确的栏旁边。
CPTTextLayer