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.
我正在使用核心绘图来绘制图形,但我需要在每个绘图坐标上显示每个绘图点信息。请帮助我如何在每个绘图上相应地显示我的数据信息。
提前致谢。
我想您应该保存每个绘图点的位置和信息,并根据您从用户那里收到的触摸检查。当你在画布上画了一些东西时,没有办法向它询问关于某个点的信息。
使用绘图委托来获得触摸通知。Plot Gallery 和 CPTTestApp (Mac) 示例应用程序中有几个示例。