1 write to _height
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
5610 this._height = height;
10 references to _height
System.Web.DataVisualization (10)
Common\General\ChartGraphics.cs (10)
3483 if(fillRect.Height > 2f * this._height) 3485 fillRect.Height = 2f * this._height; 4655 relative.Y = rectangle.Y * 100F / ((float)(_height - 1)); 4657 relative.Height = rectangle.Height * 100F / ((float)(_height - 1)); 4679 relative.Y = point.Y * 100F / ((float)(_height - 1)); 4702 relative.Height = size.Height * 100F / ((float)(_height - 1)); 4724 absolute.Y = point.Y * (_height - 1) / 100F; 4746 absolute.Y = rectangle.Y * (_height - 1) / 100F; 4748 absolute.Height = rectangle.Height * (_height - 1) / 100F; 4770 absolute.Height = size.Height * (_height - 1) / 100F;