11 references to FillRectangle
System.Windows.Forms.DataVisualization (11)
Common\Borders3D\EmbossBorder.cs (1)
202graph.FillRectangle(brush, rect);
Common\ChartTypes\FastPointChart.cs (1)
513 graph.FillRectangle(brush, markerBounds);
Common\General\AxisScaleSegments.cs (1)
403 graph.FillRectangle(fillBrush, shadowPartRect);
Common\General\ChartGraphics.cs (7)
890this.FillRectangle(brush, rect); 1524 this.FillRectangle(brush, backPositionAbs); 1558 this.FillRectangle(brush, backPositionAbs); 3590 this.FillRectangle( brush, fillRect ); 3611 this.FillRectangle( backBrush, fillRect ); 3619 this.FillRectangle( brush, fillRect ); 3768this.FillRectangle(shadowBrush, offset);
Common\General\SmartLabels.cs (1)
934graph.FillRectangle(calloutBrush, labelRectAbs);