RefreshData
- Last UpdatedDec 08, 2015
- 1 minute read
The RefreshData method refreshes the trend chart by retrieving new data for all pens.
Example
bool b = Trend1.RefreshData();
Syntax
[Result=] Trend1.RefreshData();
Parameters
None.
Return Value
Returns TRUE if the trend was successfully updated; otherwise, FALSE is returned.