I have some millions rows of data starting from 0 to 20,000,000 with step 10. This data are time series (in milliseconds) received from my device that is connected to my PC.
I want to plot this data as x value with their y values, and I want to have an x-axis label like 00:00:00. My data received is live and I want to have a live plot.
Please give me some code for config MS Chart to have this plot