IDownSamplingFunction
Hierarchy Properties

Type Library
TeeChartx

Description

The DownSampling function reduces the number of points in series by using

several different methods:

+ dsDouglas : Douglas-Peuckler reduction

+ dsAverage : replace group of points with group average values

+ dsMax : replace group of points with group maximum values

+ dsMin : replace group of points with group minimum values

+ dsMinMax : replace group of points with group minimum AND maximum values