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