Constructs a ChartFibFan object.

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

Syntax

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

Parameters

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

See Also