双面条形图?

发布于 2024-10-17 11:16:58 字数 318 浏览 4 评论 0原文

我是 coreplot 框架的新手,现在正在使用条形图模型,并且有了一些想法,现在我想做双面条形图(我需要 y 轴左右角)

否则我需要移动以下 y 坐标范围值我移动到图表上的不同 x 位置...

      plotSpace.globalYRange = [CPPlotRange plotRangeWithLocation:CPDecimalFromInteger(0) length:CPDecimalFromInteger(100)];
plotSpace.yRange =plotSpace.globalYRange;

提前致谢

Am new to coreplot framework, rite now am working in barchart model and got some idea bt now i want to do double sided barChart (i need y axis both left and right corner)

OtherWise i need to move this following range value for y coordinate when i move over the different x position on the graph....

      plotSpace.globalYRange = [CPPlotRange plotRangeWithLocation:CPDecimalFromInteger(0) length:CPDecimalFromInteger(100)];
plotSpace.yRange =plotSpace.globalYRange;

Thanks in advance

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

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

发布评论

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

评论(1

忘东忘西忘不掉你 2024-10-24 11:16:58

您可以根据需要添加任意数量的轴。如果您希望两个 y 轴具有相同的比例,则可以使用单个绘图空间。有关向图表添加第三个轴的示例,请参阅 CPTestApp 的 Mac 版本。

You can add as many axes as you need. If you want both y-axes to have the same scale, you can use a single plot space. See the Mac version of CPTestApp for an example of adding a third axis to the graph.

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