ComponentOne FlexChart for WPF
DrawEllipse Method

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace > IRenderEngine Interface : DrawEllipse Method
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.
Draw ellipse with currect stroke and fill.
Syntax
'Declaration
 
Sub DrawEllipse( _
   ByVal cx As System.Double, _
   ByVal cy As System.Double, _
   ByVal rx As System.Double, _
   ByVal ry As System.Double _
) 
void DrawEllipse( 
   System.double cx,
   System.double cy,
   System.double rx,
   System.double ry
)

Parameters

cx
X-coordinate of ellipse center.
cy
Y-coordinate of ellipse center.
rx
x-radius.
ry
y-radius.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members