User (Legacy) Posted May 7, 2005 Report Share Posted May 7, 2005 Hi guys, does somebody knows how I can reach the following. I user the realtime chart function because I measure data that should be analysed over a certain period of time, like 20 minutes. Now I have calculated how many I will maximally get so that the chart needs to use noe scrolling to show the whole analysis data. For example if I have a period of 5 minutes and each second come a new value I will have 5*60 = 300 values. I tried to set ChartFX.Axis(Axis_X).Max = 300 but that has no effect !?? How can I do that correctly ? Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 10, 2005 Author Report Share Posted May 10, 2005 Hi guys, I found out that you need to set the max property at the OpenData method. This works fine. "Jonas" <J.Mossler@mystramtec.de> schrieb im Newsbeitrag news:s584biuUFHA.204@webserver3.softwarefx.com... > Hi guys, > > does somebody knows how I can reach the following. > I user the realtime chart function because I measure data that should be > analysed over a certain period of time, like 20 minutes. > Now I have calculated how many I will maximally get so that the chart > needs to use noe scrolling to show the whole analysis data. > For example if I have a period of 5 minutes and each second come a new > value I will have 5*60 = 300 values. > > I tried to set ChartFX.Axis(Axis_X).Max = 300 but that has no effect !?? > > How can I do that correctly ? > > 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.