2 references to DrawRectangle
System.Web.DataVisualization (2)
Common\ChartTypes\FastPointChart.cs (1)
518 graph.DrawRectangle(
Common\General\ChartGraphics.cs (1)
891this.DrawRectangle(new Pen(markerBorderColor, markerBorderSize), (int)Math.Round(rect.X, 0), (int)Math.Round(rect.Y, 0), (int)Math.Round(rect.Width, 0), (int)Math.Round(rect.Height, 0));