ComponentOne Xamarin Edition
DrawEllipse Method
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Core 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
void DrawEllipse( 
   double cx,
   double cy,
   double rx,
   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