Defines type of downsampling method.
[Serializable]
public sealed enum DownSamplingMethod : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
MaxReplace group of points with group maximum value.
MinReplace group of points with group minimum value.
MinMaxReplace group of points with two points : group minimum and maximum value.
MinMaxFirstLastReplace group of points with two points : group minimum and maximum value. Draw From Last value of one group to the First value of the next.
MinMaxFirstLastNullReplace group of points with two points : group minimum and maximum value. Draw From Last value of one group to the First value of the next. Only include the first null of the group in the calculation but without plotting it.
AverageReplace group of points with group average value.
DouglasReplaces a curve composed of line segments with a similar curve of fewer points.

See Also

Steema.TeeChart.Functions Namespace