2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataArray Class / Statistics Property

In This Topic
    Statistics Property
    In This Topic
    Gets the object that provides statistics for the data of this ChartDataArray.
    Syntax
    'Declaration
     
    Public ReadOnly Property Statistics As StatisticalData
    public StatisticalData Statistics {get;}
    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