Constructs a ChartCrossChannel object.

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

Syntax

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

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.
lineCount
Type: System..::.Int32
Specifies the number of lines extending from each channel point. The default is 2.

See Also