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

# regressionOrder

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

# regressionType

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

# showRegressionFit

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

# showRegressionFitEquation

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

# showRegressionFullRange