Beispiel #1
0
 /// <summary>
 /// The pan.
 /// </summary>
 /// <param name="axis">
 /// The axis.
 /// </param>
 /// <param name="x0">
 /// The x 0.
 /// </param>
 /// <param name="x1">
 /// The x 1.
 /// </param>
 public void Pan(IAxis axis, ScreenPoint x0, ScreenPoint x1)
 {
     axis.Pan(x0, x1);
     this.InvalidatePlot(false);
 }
Beispiel #2
0
 /// <summary>
 /// The pan.
 /// </summary>
 /// <param name="axis">
 /// The axis.
 /// </param>
 /// <param name="x0">
 /// The x 0.
 /// </param>
 /// <param name="x1">
 /// The x 1.
 /// </param>
 public void Pan(IAxis axis, ScreenPoint x0, ScreenPoint x1)
 {
     axis.Pan(x0, x1);
     this.InvalidatePlot(false);
 }