Jump to content
Software FX Community

Having problems clearing Design time "random" values when starting real time chart


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...