C1.WPF.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / DrawEllipse Method
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.

In This Topic
DrawEllipse Method (IRenderEngine)
In This Topic
Draw ellipse with currect stroke and fill.
Syntax
'Declaration
 
Sub DrawEllipse( _
   ByVal cx As Double, _
   ByVal cy As Double, _
   ByVal rx As Double, _
   ByVal ry As Double _
) 
 

Parameters

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