Object tvPoints (TrendViewer points)
Properties and methods:
| AddPoints() | Adds one data point or array of data points |
| Avg() | Returns average calculated from values according to the parameter |
| Count() | The number of values |
| GetIndexByTime() | Search for index of data point according to specified parameters |
| GetTimeArray() | Array of data points time from the buffer |
| GetTimeByIndex() | Returns the time of i-th data point |
| GetTimeByTime() | Search for time of data point (time array) according to specified parameters |
| GetValueArray() | Array with values of data points from the buffer |
| GetValueByIndex() | Returns a value of i-th data point |
| GetValueByTime() | Search for value (more values) of data point according to specified parameters |
| Max() | Returns maximum calculated from values according to the parameter |
| Min() | Returns minimum calculated from values according to the parameter |
| RemoveAll() | Removes all data points |
| RemovePoints() | Removes data points from the buffer |
| Sum() | Returns sum calculated from values according to the parameter |
| TimeOffset | Time offset of trend points |