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


Calculates the Inter-Quartile Range(IQR) of the currently registered data set.

Overload List

Overload Description
InterQuartileRange(String,Series,ElementValue) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  
InterQuartileRange(Series,ElementValue) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  
InterQuartileRange(String,SeriesCollection,ElementValue) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  
InterQuartileRange(SeriesCollection,ElementValue) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  

See Also