Click or drag to resize
DataPointStatistic Properties
This API is preliminary and subject to change.

The DataPointStatistic type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAverage
Gets a DataPointStatistic representing the average of a set of data points.
Public propertyStatic memberMax
Gets a DataPointStatistic representing the maximum of a set of data points.
Public propertyStatic memberMin
Gets a DataPointStatistic representing the minimum of a set of data points.
Public propertyName
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.)
Public propertyStatic memberNumPoints
Gets a DataPointStatistic representing the size of a set of data points.
Public propertyStatic memberVariance
Gets a DataPointStatistic representing the variance of a set of data points.
Top
See Also