dotnetCHARTING Send comments on this topic.
Mean Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : Mean Method


Calculates the arithmetic mean of the elements values of the series.

Overload List

Overload Description
Mean(String,Series,ElementValue) Calculates the arithmetic mean of the elements values of the series.  
Mean(Series,ElementValue) Calculates the arithmetic mean of the elements values of the series.  
Mean(String,SeriesCollection,ElementValue) Calculates the arithmetic mean of the elements values of the series.  
Mean(SeriesCollection,ElementValue) Calculates the arithmetic mean of the elements values of the series.  

See Also