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!)

link|improve this question
My mistake- I did not look at your tags closely enough and thought you were using Microsoft.Office.Interop.Excel within C# to create graphs in Excel. Sorry- I know nothing about Microsoft-Chart-Controls. – k.schroeder31 Aug 12 '11 at 18:39
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.