See the code of my graph/panel

Hello,

I wanted to aske if does any body knows how can I see the code of the part of a panel that I am modifying. I am making the changes manually and I know there is an option where I can see the code of what I am doing and therefore use it in a procedure. Can anyone help me?

Thank you!
You can see the code that will reconstruct your panel by creating a Panel Recreation Macro.

On the command line, execute DoWindow/R Panel0, for a panel named Panel0. Or else, with your Panel the target window, you can choose from the menus: Windows -> Control -> Window control -> Create window macro. This will create a Window procedure in your Procedure file that you can inspect and edit.