如何使用objective-c中的核心图在条形图的条形下设置标签名称?

发布于 2024-11-29 07:05:49 字数 196 浏览 1 评论 0原文

我无法将标签名称设置在条形图条形的正下方。如何更改其原始值以向右移动,使其位于条形的正下方。请在此链接中找到图片:i.imgur.com/kJEeM.png

我正在搜索寻求解决方案,但我没有得到任何解决方案,请帮助我解决这个问题......

I am unable to set the label name exact below the bar of bar chart. How to change its origin value to move right side so that it will be exact below of the bar. Please find the image here in this link: i.imgur.com/kJEeM.png

I am search for solution, yet I did not get any solution please help me out of this....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

山色无中 2024-12-06 07:05:49

您应该在 x 轴上使用轴标签。 Core Plot 附带了几个示例应用程序,展示了如何设置轴上日期的格式。如果您已有标签文本,则可以使用自定义标签。也有这种技术的例子。链接的图像不显示轴线——只需将轴线和刻度线样式设置为 nil 以禁止绘制轴线。

You should use axis labels on the x-axis. There are several example apps included with Core Plot that show how to format dates on the axes. If you already have the text of the labels, you can use custom labels instead. There are examples of that technique, too. The linked image doesn't show an axis line--just set the axis and tick line styles to nil to suppress drawing the axis line.

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