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

In This Topic
    RegressionOptions Property
    In This Topic
    Gets the options for calculation of the regression.
    Syntax
    'Declaration
     
    Public ReadOnly Property RegressionOptions As RegressionOptions
    public RegressionOptions RegressionOptions {get;}
    Remarks
    Only for trend lines that use regression model Polynomial, Log, Power. Exponential, Fourier.
    See Also