I'm not sure what the interval parameter means in the CompressSimpleDataset function. Could you give me an example of this function? I want to compress my data by averaging every 10 data points.
Doumentation for functions not discussed in the QCChart2DNetManual.pdf user manual can usually be found in the Documentaion.chm file.
For the interval function:
interval The number of data points in each segment that is reduced to a single datapoint (two for the DATACOMPRESS_MINMAX compression type) in the compressed dataset.
So if you are using the DATACOMPRESS_MINMAX method use an interval of 20, otherwise use an interval of 10.
If you are working with a SimpleDataset, use CompressSimpleDataset, if you are using a TimeSimpleDataset, use CompressTimeSimpleDataset.