Constructs a ChartFibChannel object.

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

Syntax

C#
public ChartFibChannel(
	ChartPoint point1,
	ChartPoint point2,
	ChartPoint point3
)
Visual Basic (Declaration)
Public Sub New ( _
	point1 As ChartPoint, _
	point2 As ChartPoint, _
	point3 As ChartPoint _
)
Visual C++
public:
ChartFibChannel(
	ChartPoint point1, 
	ChartPoint point2, 
	ChartPoint point3
)

Parameters

point1
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the anchor point of the channel.
point2
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the upper channel point.
point3
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the lower channel point.

See Also