Construct a ChartEllipse object.

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

Syntax

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

Parameters

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

See Also