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 中,我只想绘制绘图的可见区域。为此,我需要放大和缩小后绘图的可见范围。
知道如何获得 X 轴的可见范围吗?
您可以使用绘图空间委托来找出绘图范围何时发生变化。每个委托方法都接收对绘图空间的引用作为其参数之一。您可以阅读xRange和yRange以了解新范围是什么。
xRange
yRange
您可以使用如下代码获得 X 轴的可见范围: space.graph.axisSet.xAxis.visibleAxisRange
space.graph.axisSet.xAxis.visibleAxisRange