Beispiel #1
0
 /// <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);
 }
Beispiel #2
0
 /// <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);
 }