Hi George,
Can you post the complete code of the program for review? Generally when you apply a linear scale it will denote the X values of the series - if you do not specify X values explicitly the control generates automatic values starting from 0. Using the code below cannot make the labels go back to 75 when you have more than a 120 data points so it must be something else in the configuration - you can also send me control state for review - you can do that with the following line of code:
NChartControl1.Serializer.SaveControlStateToFile(
"c:\\chartstate.xml", Nevron.Serialization.PersistencyFormat.XML, null);Also what is the version you're currently using?
Best regards,
Bob