This topic explains, with code examples, how to use Polar Line Series in the {DataChartName}™ control.
Polar Line Series is rendered using a collection of straight lines connecting data points. The PolarLineSeries uses the same concepts of data plotting as the ScatterLineSeries but wraps data points around a circle rather than stretching them along a horizontal line. Like with other series types, multiple PolarLineSeries can be plotted in the same data chart and they can be overlaid on each other to show differences and similarities between data sets. For more information on this group of series, refer to the Polar Series topic.
The code snippet below shows how to bind sample polar data (which is available for download from the Sample Polar Data resource) to the PolarLineSeries. The example assumes that you have already configured your project for the {DataChartName} control.