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);
2594
return
_width
;
2600
Common.Width =
_width
;