This topic explains, with code examples, how to use Radial Column Series in the {DataChartName}™ control.
Radial Column Series is rendered using a collection of rectangles that extend from the center of the chart towards the locations of data points. The RadialColumnSeries uses the same concepts of data plotting as the ColumnSeries but wraps data points around a circle rather than stretching them along a horizontal line. For more information on this group of series, refer to the Radial Series topic.
The code snippet below shows how to bind sample radial data (which is available for download from the Sample Category Data resource) to the RadialPieSeries. The example assumes that you have already configured your project for the {DataChartName} control.