2 writes to Height
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
2094 Common.Height = _height; 2647 Common.Height = value;
3 references to Height
System.Windows.Forms.DataVisualization (3)
Common\General\Axis.cs (2)
6209sizeOpposite = (double)(_lineWidth) * Common.Width / Common.Height; 6213size = (double)(_lineWidth) * Common.Width / Common.Height;
Common\General\ChartGraphics.cs (1)
2061boundaryRect.Height = this._common.Height - boundaryRect.Y;