Construct a ChartLRegression object.
Namespace:
RightEdge.Common.ChartObjectsAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ChartAsynChannelLRegression( ChartPoint point1, ChartPoint point2 ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ point1 As ChartPoint, _ point2 As ChartPoint _ ) |
| Visual C++ |
|---|
public: ChartAsynChannelLRegression( ChartPoint point1, ChartPoint point2 ) |
Parameters
- point1
- Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the left point of the linear regression line.
- point2
- Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the right point of the linear regression line.