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.
我正在开发一个 iOS 应用程序,我需要在其中显示散点图,但我需要限制沿 x 轴的滚动,这也只能在正象限中。
我有工作图。我正在使用核心情节 1.3。
任何帮助将不胜感激。
问候,伊山
如果您希望绘图保持在定义的范围内,请使用globalXRange. 如果没有上限,请使用绘图空间委托来监控绘图范围的更改并否决超出所需区域的任何更改。
globalXRange
我知道这类问题有一些解决方案,并为这个问题应用了一些解决方案,但我无法解决,我很困惑。请帮我。这是代码:
protected String doInBackground(Boolean... params) {