2 writes to Width
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
2093 Common.Width = _width; 2600Common.Width = _width;
3 references to Width
System.Windows.Forms.DataVisualization (3)
Common\General\Axis.cs (2)
6209sizeOpposite = (double)(_lineWidth) * Common.Width / Common.Height; 6213size = (double)(_lineWidth) * Common.Width / Common.Height;
Common\General\ChartGraphics.cs (1)
2052boundaryRect.Width = this._common.Width - boundaryRect.X;