WinForm\ChartWinControl.cs (10)
743 chartPicture.Width = this.Size.Width;
744 chartPicture.Height = this.Size.Height;
2147ControlPaint.DrawFocusRectangle(g, new Rectangle(1, 1, Size.Width - 2, Size.Height - 2));
2164Rectangle topBorder = new Rectangle(1, 1, Size.Width - 2, 1);
2167Rectangle rightBorder = new Rectangle(Size.Width - 2, 1, 1, Size.Height - 2);
2170Rectangle bottomBorder = new Rectangle(1, Size.Height - 2, Size.Width - 2, 1);
2173Rectangle leftBorder = new Rectangle(1, 1, 1, Size.Height - 2);