Jump to content
Software FX Community

Re: Having problems "resetting" real time chart data >>>


Software FX

Recommended Posts

You can not add points to an empty chart. After the chart is cleared, the 

first call to OpenData must be made WITHOUT COD_ADDPOINTS. Also, calling

ClearData with CD_VALUES will rest the MasValues property to ZERO. If you

are setting MaxValues in your code, make sure you set it again after calling

CloseData.

--

Frank

SFX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...