2 references to GetPiePoints
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\PieChart.cs (2)
2731
PointF [] points =
GetPiePoints
( graph, area, pieWidth, rectangle, startAngle, sweepAngle, true, doughnutRadius, exploded );
5399
PointF [] piePoints =
GetPiePoints
( graph, area, pieWidth, pieRectangle, startAngle, sweepAngle, false, doughnutRadius, exploded );