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