如何在微软图表控件中省略x轴上的时间段

发布于 2024-11-29 13:21:15 字数 365 浏览 0 评论 0原文

我正在 Visual Studio 中开发一个 Windows 应用程序,使用 c#、.Net Framework 4 进行编码。

在图表上,我绘制了股票的日内价格时间序列。当我绘制一天时,效果很好。然而,当我绘制多天时,市场一天收盘和第二天开盘的时间之间存在巨大差距。系列点不包括市场交易时间之外的任何数据。即 8/10/2011 的最后一个数据点和 8/11/2011 的第一个数据点如下:

8/10/2011 3:59 PM, $59.00

8/11/2011 9:30 PM, $59.25

我会喜欢省略那个空的时间段。非常感谢任何帮助。

(抱歉,无法发布图表的图像,因为没有 10 的声誉,但希望您可以发挥您的想象力!)

I am developing a Windows Application in Visual Studio, coding in c#, .Net Framework 4.

On a chart, I plot the intraday time series of prices for a stock. When I plot a single day, it works fine. However, when I plot multiple days, there is a huge gap between the time the market closes one day and opens the next day. The series points do not include any data outside of market hours. i.e. the last data point on 8/10/2011 and the first data point on 8/11/2011 are as follows:

8/10/2011 3:59 PM, $59.00

8/11/2011 9:30 PM, $59.25

I would like to omit that empty time period. Any help greatly appreciated.

(sorry, can't post an image of the chart because don't have a 10 reputation, but hopefully you can use your imagination!)

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

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

发布评论

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