1 write to _width
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
2599_width = value;
5 references to _width
System.Windows.Forms.DataVisualization (5)
Common\General\Chart.cs (5)
2093 Common.Width = _width; 2097 chartGraph.SetPictureSize( _width, _height ); 2100 RectangleF chartAreasRectangle = new RectangleF(0, 0, _width - 1, _height - 1); 2594return _width; 2600Common.Width = _width;