10 references to DrawPolygon
System.Web.DataVisualization (10)
Common\ChartTypes\FastPointChart.cs (4)
495 graph.DrawPolygon(borderPen, points); 576 graph.DrawPolygon(borderPen, points); 597 graph.DrawPolygon(borderPen, points); 616 graph.DrawPolygon(borderPen, points);
Common\General\ChartGraphics.cs (4)
824this.DrawPolygon(new Pen(markerBorderColor, markerBorderSize), points); 997this.DrawPolygon(new Pen(markerBorderColor, markerBorderSize), points); 1055this.DrawPolygon(new Pen(markerBorderColor, markerBorderSize), points); 1119this.DrawPolygon(new Pen(markerBorderColor, markerBorderSize), points);
Common\General\ChartGraphics3D.cs (2)
1275 DrawPolygon(new Pen(polygonColor, 1), polygonPoints); 2183 DrawPolygon(new Pen(polygonColor, 1), polygonPoints);