Real-time Chart
A line chart with three series, which are instances of a custom class. The class implements the Series interface and uses DateTime values for the X-axis. When the data fills the axis, the plot is scrolled to make room for the new data. Data is added automatically in real time.
Download the sample in C#