Common\General\Chart.cs (13)
249using (Bitmap bitmap = new Bitmap(this.Width, this.Height))
266new Rectangle(0, 0, this.Width, this.Height),
280metaGraphics.Clip = new Region(new Rectangle(0, 0, this.Width, this.Height));
320image = new Bitmap(Math.Max(1,Width), Math.Max(1,Height));
347Height = (int)Math.Ceiling(Height * newResolution / resolution);
375offScreen.DrawRectangle(pen, 0, 0, Width, Height);
1604if (this.Width <= 0 || this.Height <= 0)
1623Bitmap image = new Bitmap(Math.Max(1,Width), Math.Max(1,Height));
1684return _borderSkin.SkinStyle != BorderSkinStyle.None && this.Width > 20 && this.Height > 20;
1709if (this.Width < 5 || this.Height < 5)
1885 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ),
1919 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ),
2598this.InspectChartDimensions(value, this.Height);