Gets the object that provides statistics for the data of this ChartDataArray.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

Remarks

The return StatisticalData object contains a number of readonly properties that report Mean, Median, Standard Deviation, Variance and Confidence intervals for the data. PointData ChartDataArrays also include the R-Squared statistic for X-Y data.

See Also