private void UpdateUnitScale()
 {
     lblUnitScale.Text = graphDrawer.GetScale() + " pixels / unit";
 }