Calculates the median value of the source series values. The median value is different than the average in that median returns the value that is "at the middle" of the source series values ordered in ascending order. If more than one value shares the middle position, this function returns the average of those values.

For a list of all members of this type, see MedianFunction Members


System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Steema.TeeChart.Drawing.TeeBase
            Steema.TeeChart.Functions.Function
               Steema.TeeChart.Functions.CustomSorted
public class MedianFunction : CustomSorted , IComponent, IDisposable

Requirements

Namespace: Steema.TeeChart.Functions Namespace

Assembly: TeeChart.dll

See Also

MedianFunction members | Steema.TeeChart.Functions Namespace