Dear All,

I have one laser machine connects with the pc by serial port, by using SerialPort class in C#, I can get the energy data of it,how can I use these data to plot the graph in real time? for example, x axis is time, and y axis is energy.
Thank you.