Gets the statistical information about calculated regression.
[Visual Basic]
Public ReadOnly Property RegressionStatistics As RegressionStatistics
[C#]
public RegressionStatistics RegressionStatistics {get;}
[Delphi]
public property RegressionStatistics: RegressionStatistics read get_RegressionStatistics;
Remarks
This property is meaningful only for TrendLines that use a specific regression model, including Polynomial, Log, Power. Expotential, 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
TrendLine Class | TrendLine Members | C1.Win.C1Chart Namespace | TrendLine Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |