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