1 write to _height
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
2646_height = value;
4 references to _height
System.Web.DataVisualization (4)
Common\General\Chart.cs (4)
2094 Common.Height = _height; 2097 chartGraph.SetPictureSize( _width, _height ); 2100 RectangleF chartAreasRectangle = new RectangleF(0, 0, _width - 1, _height - 1); 2641return _height;