Skip to content

Latest commit

 

History

History
415 lines (369 loc) · 13.7 KB

datachart-radial-column-series.adoc

File metadata and controls

415 lines (369 loc) · 13.7 KB

Radial Column Series

This topic explains, with code examples, how to use Radial Column Series in the {DataChartName}™ control.

Introduction

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.

Preview

Figure 1 demonstrates what Radial Column Series looks like when plotted in the {DataChartName} control.

xamDataChart Radial Series 02

Figure 1: Sample implementation of a RadialColumnSeries

Data Binding

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.