ChartFibCycleLine default constructor.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ChartFibCycleLine(
	ChartPoint point
)
Visual Basic (Declaration)
Public Sub New ( _
	point As ChartPoint _
)
Visual C++
public:
ChartFibCycleLine(
	ChartPoint point
)

Parameters

point
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the left point of the object.

See Also