You need to set the UseXValues property to "true" to use the X values. The Y values will be stored in the "Values" collection and the X values will be stored in the "XValues" collection (both on the LineSeries object).
m_Line.UseXValues = true;
m_Line.AddXY(11, 72);
Charles Bérubé-Rémillard
Technical Support
Xceed Software Inc.