ICanvas.Pie
ICanvas

procedure Pie(X1, Y1, X2, Y2, X3, Y3, X4, Y4: Integer);

Type Library
TeeChartx

Description
Use Pie to draw a pie-shaped wedge on the image. The wedge is defined by the ellipse bounded by the rectangle determined by the points (X1, Y1) and X2, Y2). The section drawn is determined by two lines radiating from the center of the ellipse through the points (X3, Y3) and (X4, Y4).

The wedge is outlined using Pen, and filled using Brush.