6 references to AddPie
System.Web.DataVisualization (3)
Common\ChartTypes\PieChart.cs (2)
1827
path.
AddPie
(rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, startAngle, sweepAngle);
1841
path.
AddPie
(doughnutRect.X, doughnutRect.Y, doughnutRect.Width, doughnutRect.Width, startAngle, sweepAngle);
Common\General\ChartGraphics.cs (1)
5034
path.
AddPie
(absRect.X, absRect.Y, absRect.Width, absRect.Height, startAngle, sweepAngle);
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\PieChart.cs (2)
1827
path.
AddPie
(rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, startAngle, sweepAngle);
1841
path.
AddPie
(doughnutRect.X, doughnutRect.Y, doughnutRect.Width, doughnutRect.Width, startAngle, sweepAngle);
Common\General\ChartGraphics.cs (1)
5034
path.
AddPie
(absRect.X, absRect.Y, absRect.Width, absRect.Height, startAngle, sweepAngle);