How to: Create a 2D Polar Point Chart
The following example demonstrates how to create a 2D Polar Point chart.
To do this, it is necessary to assign the ChartControl.Diagram property to PolarDiagram2D, and then add a PolarPointSeries2D object with points to the polar diagram Diagram.Series collection.