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)
824
this.
DrawPolygon
(new Pen(markerBorderColor, markerBorderSize), points);
997
this.
DrawPolygon
(new Pen(markerBorderColor, markerBorderSize), points);
1055
this.
DrawPolygon
(new Pen(markerBorderColor, markerBorderSize), points);
1119
this.
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);