hhravn Posted December 17, 2010 Report Share Posted December 17, 2010 I have a plethora og dataseries, that i want to display with a datetime on the X-axis. All of them must be expected to have some amount of missing readings, only indicated by the span between the two readings being longer (e.g. 2 hours instead of 1). When we subtract the data from the server we get the data for a well defined interval (Min and Max datetime), and with a well defined resolution as a timespan. Is there any way to get the chart to display "holes" in the series when the data is missing? http://dl.dropbox.com/u/193025/chartfx/what_i_have.png http://dl.dropbox.com/u/193025/chartfx/what_i_want.png Quote Link to comment Share on other sites More sharing options...
JuanC Posted December 17, 2010 Report Share Posted December 17, 2010 You will have to process your data, find the missing readings (longer than expected) and insert an extra CLR object that returns double.Nan as the value being plotted (Y value). JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.