User (Legacy) Posted May 26, 2000 Report Share Posted May 26, 2000 Hello, I'm using Chart FX98 build 4.0.15.1 with VB 6.0 SP3. I have a simple, 2 series strip chart which seems to be running fine with the exception that upon startup I seem to be unable to excorcise the "random" values that Chart FX populates the chart with during design time. This is a data logging application where I can't "throw away" values so I'm using an unlimited style real time chart. However, I do set the number of values property to "20" in the Data/Behavior tab of the chart's design dialog so that the X axis has a preset width and doesn't automatically "compress" itself (which it did when I filled in "0" for this setting.) I've tried the following code (as well as the line that is commented out) to get rid of these values but they seem to have no effect: frmMain.TempPlot.OpenDataEx COD_VALUES Or COD_REMOVE, 2, 20 frmMain.TempPlot.CloseData COD_VALUES ' frmMain.TempPlot.ClearData (CD_INIVALUES) Any suggestions? Gary gkercheck@yahoo.com 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.