DataValueCollectionGetStatisticalData Method

Returns statistical data calculated from object values returned by Value property.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual DataValueCollectionStatisticals GetStatisticalData(
	double minimumValue,
	double maximumValue
)

Parameters

minimumValue  Double

[Missing <param name="minimumValue"/> documentation for "M:BeeMobile.Charts.DataValueCollection.GetStatisticalData(System.Double,System.Double)"]

maximumValue  Double

[Missing <param name="maximumValue"/> documentation for "M:BeeMobile.Charts.DataValueCollection.GetStatisticalData(System.Double,System.Double)"]

Return Value

DataValueCollectionStatisticals

[Missing <returns> documentation for "M:BeeMobile.Charts.DataValueCollection.GetStatisticalData(System.Double,System.Double)"]

Remarks

If DataValueCollection.Count == 0 (no data points), then property returns 0. The getter of this property has an algorithm complexity of T(N) = N; where N == DataValueCollection.Count />.

See Also