ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ChartDataArray.Statistics Property

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

[Visual Basic]

Public ReadOnly Property Statistics As StatisticalData

[C#]

public StatisticalData Statistics {get;}

[Delphi]

public property Statistics: StatisticalData read get_Statistics;

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

ChartDataArray Class | ChartDataArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.