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