是否可以获得CPTBarPlot的尖端点值(CGPoint值)?

发布于 2024-12-11 21:18:38 字数 130 浏览 0 评论 0原文

在垂直条形图中,我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云巢 2024-12-18 21:18:38

有委托方法来找出已选择的柱及其柱值。您尝试过吗

-(void)barPlot:(CPTBarPlot *)plot barWasSelectedAtRecordIndex:(NSUInteger)index;

there is delegate method to find out which bar has been selected and its bar value.did you try

-(void)barPlot:(CPTBarPlot *)plot barWasSelectedAtRecordIndex:(NSUInteger)index;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文