[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLine.RegressionStatistics

RegressionStatistics Property

RegressionStatistics

Gets the statistical information about calculated regression.

Declaration
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