Regression : Parameters used to create regression lines in 2d scatter plots

# regressionFitEquationPosition

Position for the regression fit equation in Scatter2D plots
Type: string
Default: top
Options: top, bottom
Used in: Scatter2D

# regressionOrder

Specifies the number of degrees to solve for in polynomial regressions
Type: integer
Default: 2
Used in: Scatter2D

# regressionType

Type of linear least-squares fitting methods for simple data analysis
Type: string
Default: linear
Options: linear, exponential, logarithmic, power, polynomial
Used in: Scatter2D

# showRegressionFit

Flag to show/hide the Flag to show the regression fit in Scatter2D plots
Type: boolean
Default: false
Used in: Scatter2D

# showRegressionFitEquation

Flag to show/hide the Flag to show the regression fit equation in Scatter2D plots
Type: boolean
Default: true
Used in: Scatter2D

# showRegressionFullRange

Flag to show/hide the full range in regression plots
Type: boolean
Default: false
Used in: Scatter2D