17 references to FillPolygon
System.Windows.Forms.DataVisualization (17)
Common\ChartTypes\FastPointChart.cs (4)
490
graph.
FillPolygon
(brush, points);
571
graph.
FillPolygon
(brush, points);
592
graph.
FillPolygon
(brush, points);
611
graph.
FillPolygon
(brush, points);
Common\General\ChartGraphics.cs (10)
817
this.
FillPolygon
(new SolidBrush((shadowColor.A != 255) ? shadowColor : Color.FromArgb(markerColor.A / 2, shadowColor)), points);
823
this.
FillPolygon
(brush, points);
950
this.
FillPolygon
(softShadowBrush, points);
996
this.
FillPolygon
(brush, points);
1028
this.
FillPolygon
(softShadowBrush, points);
1054
this.
FillPolygon
(brush, points);
1081
this.
FillPolygon
(softShadowBrush, points);
1118
this.
FillPolygon
(brush, points);
5349
this.
FillPolygon
(brush, points);
5363
this.
FillPolygon
(brush, points);
Common\General\ChartGraphics3D.cs (3)
1254
FillPolygon
(brush, polygonPoints);
2133
FillPolygon
(brush, polygonPoints);
3017
FillPolygon
(brush, pointsSurface);