[Serializable]
public sealed enum DownSamplingMethod : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
Max | Replace group of points with group maximum value. |
Min | Replace group of points with group minimum value. |
MinMax | Replace group of points with two points : group minimum and maximum value. |
MinMaxFirstLast | Replace 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. |
MinMaxFirstLastNull | Replace 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. |
Average | Replace group of points with group average value. |
Douglas | Replaces a curve composed of line segments with a similar curve of fewer points. |
See Also
Steema.TeeChart.Functions Namespace