Construct a ChartCircle object.

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

Syntax

C#
public ChartCircle(
	ChartPoint centerPoint,
	ChartPoint outerPoint
)
Visual Basic (Declaration)
Public Sub New ( _
	centerPoint As ChartPoint, _
	outerPoint As ChartPoint _
)
Visual C++
public:
ChartCircle(
	ChartPoint centerPoint, 
	ChartPoint outerPoint
)

Parameters

centerPoint
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the center point of the circle.
outerPoint
Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the outer point of the circle.

See Also