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

In This Topic
    RegressionStatistics Property
    In This Topic
    Gets the statistical information about calculated regression.
    Syntax
    'Declaration
     
    Public ReadOnly Property RegressionStatistics As RegressionStatistics
    public RegressionStatistics RegressionStatistics {get;}
    Remarks
    This property is meaningful only for TrendLines that use a specific regression model, including Polynomial, Log, Power. Exponential, or Fourier. For TrendLines that do not use one of these regression models, Nothing (VB) or null (C#) is returned. If data can not be fit to the specified regression model also returns Nothing.(VB) or null (C#).
    See Also