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,
	int sweepAngle
)
Visual Basic (Declaration)
Public Sub New ( _
	startPoint As ChartPoint, _
	endPoint As ChartPoint, _
	sweepAngle As Integer _
)
Visual C++
public:
ChartLituusSpiral(
	ChartPoint startPoint, 
	ChartPoint endPoint, 
	int sweepAngle
)

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
sweepAngle
Type: System..::.Int32
sweep angle value

See Also