How to: Create a 2D Scatter Line Chart
The following example demonstrates how to create a 2D Scatter Line chart. To do this, it is necessary to assign the ChartControl.Diagram property to XYDiagram2D, and then add a LineScatterSeries2D object with points to the diagram's Diagram.Series collection.