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)
817this.FillPolygon(new SolidBrush((shadowColor.A != 255) ? shadowColor : Color.FromArgb(markerColor.A / 2, shadowColor)), points); 823this.FillPolygon(brush, points); 950this.FillPolygon(softShadowBrush, points); 996this.FillPolygon(brush, points); 1028this.FillPolygon(softShadowBrush, points); 1054this.FillPolygon(brush, points); 1081this.FillPolygon(softShadowBrush, points); 1118this.FillPolygon(brush, points); 5349this.FillPolygon(brush, points); 5363this.FillPolygon(brush, points);
Common\General\ChartGraphics3D.cs (3)
1254 FillPolygon(brush, polygonPoints); 2133 FillPolygon(brush, polygonPoints); 3017FillPolygon(brush, pointsSurface);