将一个 ChartArea 的 x 轴与另一个 ChartArea 的 y 轴对齐?

发布于 2024-11-04 19:41:50 字数 478 浏览 2 评论 0原文

我正在使用 System.Windows.Forms.DataVisualization.Charting(C#、VS 2008)。

我有两个 ChartArea,一个包含 SeriesChartType.Line,另一个包含 SeriesChartType.RangeBar。这两个图表分别绘制了我想要的内容。两者的水平轴都是时间,我想将它们对齐,以便可以将它们一起缩放等。

Line 图表的水平轴是 x 轴,但RangeBar 图表是 y 轴。当我将一个图表的 AlignWithChartArea 设置为另一个图表的名称时,链接的轴会交叉(折线图的水平 (x) 轴与垂直 (x ) RangeBar 图表的轴)。

有没有一种简单的方法可以让两个水平轴链接起来,或者我要求太多了?

一如既往地感谢。

I'm working with System.Windows.Forms.DataVisualization.Charting (C#, VS 2008).

I have two ChartAreas, one containing a SeriesChartType.Line and the other containing a SeriesChartType.RangeBar. Separatly the two charts plot what I want. The horizontal axis in both is time, and I'd like to align them so that I can zoom them together, etc.

The horizontal axis of the Line chart is the x axis, but the horizontal axis of the RangeBar chart is the y axis. When I set AlignWithChartArea of one chart with the name of the other, the linked axes are crossed (the horizontal (x) axis of the Line chart links with the vertical (x) axis of the RangeBar chart).

Is there an easy way to get the two horizontal axes to link, or am I asking too much?

Thanks as always.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文