rob_patterson42@hotmail.com Posted January 20, 2009 Report Share Posted January 20, 2009 On your corporate site, http://demo.softwarefx.com/chartfx/aspnet/ajaxsamples/, you have an AJAX realtime demo that illustrates the x-axis scrolling once the maximum limit of points appear on the chart series. Can you offer the specific steps that must be followed, and in what order, to duplicate this effect? We are using two series of data, and the data will not start a "0" x-axis value but will need to offer the scrolling "realtime" effect on the x-axis that the demo illustrates. I have the sample code, and already understand the "pointCount" algorithm thats used, and I set the RealTime.Mode = RealTimeMode.Scroll at my max point count. Additionally, I also add my data using BeginAddData( nPoints, RealTimeAction.Append ) and EndAddData( true, true) Your thoughts are appreciated. Rob 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.