/// <summary> /// Set the innermost bottom X Axis and innermost left Y Axis to have equal scales. /// </summary> public void SetAxesEqual() { EqualAxes = new AxisPair(XAxes.Bottom, YAxes.Left); }