Hello All,

I had a question regarding an issue I've been having that's driving me crazy. I basically have a line graph chart control and a timer loop that updates the content every "x" seconds. I only record 200 data points and remove previous data points so that there is a fixed number (200) of data displayed on the graph.

My issue is as follows: The x-axis is basically a time stamp. As new data is entered, the x-axis labels are updated. However, the labels move with the graph, and for the duration of the application's run time there is an annoying sideways moving of the x-axis labels from right to left.

Is it possible to pin the x-axis labels to the plot area so there will constantly be, for example, five labels and the text is simply updated along with the data? Any assistance is greatly appreciated.

Thank you,
HSidky