5 references to DrawRectangle
System.Web.DataVisualization (5)
Common\General\ChartGraphics.cs (4)
1539 this.DrawRectangle( 3669 this.DrawRectangle( _pen, rect.X, rect.Y, rect.Width, rect.Height ); 4290 this.DrawRectangle( _pen, rect.X, rect.Y, rect.Width + 1, rect.Height + 1 ); 4292 this.DrawRectangle( _pen, rect.X, rect.Y, rect.Width, rect.Height );
Common\General\SmartLabels.cs (1)
939 graph.DrawRectangle(calloutPen, labelRectAbs.X, labelRectAbs.Y, labelRectAbs.Width, labelRectAbs.Height);