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 - CPTXYAxis 是否具有定义 XAxis 上标签最小宽度的属性?当范围不适合定义的宽度时,我想避免重叠并使其可滚动。
即我正在寻找的是像 contentSize(UIScrollView) 这样的属性?
提前致谢。
您可以使用标签策略和相关属性来控制制作标签的数量以及它们的位置。但是,Core Plot 还没有自动控制轴标签重叠的方法。您可以创建一个启发式方法来决定如何标记轴以及何时允许它根据绘图范围和标签格式滚动。如果需要,您可以在axisLabels集合中走动,查看每个标签的内容层,并确定它们是否重叠并进行相应调整。
axisLabels