/// <summary> /// The reset. /// </summary> /// <param name="axis"> /// The axis. /// </param> public void Reset(IAxis axis) { axis.Reset(); this.InvalidatePlot(false); }