是否可以获得CPTBarPlot的尖端点值(CGPoint值)?
在垂直条形图中,我使用 1 或 2 个图来绘制 CPTBarPlot。现在,当用户点击该 BarPlot 时,我想在 CGPoint 值中检索该 CPTBarPlot 的尖端点。有人可以帮忙吗?
谢谢。
纳文·通加
In the Vertical bar chart, I am using 1 or 2 plots to draw a CPTBarPlot. Now when user tap on on that BarPlot, I want to retrieve tip point of that CPTBarPlot in CGPoint value. Can anyone help on this?
Thank you.
Naveen Thunga
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有委托方法来找出已选择的柱及其柱值。您尝试过吗
there is delegate method to find out which bar has been selected and its bar value.did you try