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.
大家好,
我正在研究折线图。我能够完美地绘制折线图。但问题是我想要如下图所示的效果。
我想要滑块效果。我正在使用 CGPath 存储图形路径。如果滑块在图表上移动,则值必须显示在上部标签上。
请帮我。
您无法从 CGPath 访问数据。您需要使用 (x,y) 对来保存自己的数据结构(数组或 NSArray)。然后,确定哪个数据点对应于屏幕上的某个位置,就是计算用于计算数据点在屏幕上的位置的函数的倒数。