Constructs a ChartLituusSpiral object.

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

Syntax

C#
public ChartLituusSpiral(
	ChartPoint startPoint,
	ChartPoint endPoint
)
Visual Basic (Declaration)
Public Sub New ( _
	startPoint As ChartPoint, _
	endPoint As ChartPoint _
)
Visual C++
public:
ChartLituusSpiral(
	ChartPoint startPoint, 
	ChartPoint endPoint
)

Parameters

startPoint
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the start point of the spiral
endPoint
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the end point of the spiral

See Also