[]
Gets the statistical information about calculated regression.
public RegressionStatistics RegressionStatistics { get; }
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#).