Skip to main content

RegressionLine Constructors

Represents a Regression Line indicator.
Name Parameters Description
RegressionLine() none Initializes a new instance of the RegressionLine class with the default settings.
RegressionLine(ValueLevel) valueLevel Initializes a new instance of the RegressionLine class with the specified value level.
RegressionLine(String, ValueLevel) name, valueLevel Initializes a new instance of the RegressionLine class with the specified name and value level.
RegressionLine(String) name Initializes a new instance of the RegressionLine class with the specified name.
See Also