ComponentOne Xamarin Edition
DrawPieSegment Method
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Core Namespace > IRenderEngine Interface : DrawPieSegment Method
X-coordinate.
Y-coordinate.
Radius.
Angle.
Sweep angle.
Draws pie segment at specified point.
Syntax
void DrawPieSegment( 
   double cx,
   double cy,
   double radius,
   double angle,
   double sweep
)

Parameters

cx
X-coordinate.
cy
Y-coordinate.
radius
Radius.
angle
Angle.
sweep
Sweep angle.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members