1 write to _scale
System.Windows.Forms.DataVisualization (1)
Common\General\Matrix3D.cs (1)
366 _scale = (maxYScale > maxXScale ) ? maxYScale : maxXScale;
2 references to _scale
System.Windows.Forms.DataVisualization (2)
Common\General\Matrix3D.cs (2)
527 point.X = _translateX + (point.X - _translateX) / _scale; 528 point.Y = _translateY + (point.Y - _translateY) / _scale;