6 references to _chartScale
System.Windows.Forms.DataVisualization (6)
WinForm\Utilities\AccessibleObject.cs (6)
313if (this._chartScale.X != 1f || this._chartScale.Y != 1f) 316rect.X = (int)(rect.X * this._chartScale.X); 317rect.Y = (int)(rect.Y * this._chartScale.Y); 319rectSize.Width *= this._chartScale.X; 320rectSize.Height *= this._chartScale.Y;