Skip to content

Latest commit

 

History

History
179 lines (145 loc) · 5.95 KB

datachart-polar-area-series.adoc

File metadata and controls

179 lines (145 loc) · 5.95 KB

Polar Area Series

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

Introduction

Polar Area Series has a shape of a filled polygon which vertices or corners are located at the polar (angle/radius) coordinates of data points. The PolarAreaSeries uses the same concepts of data plotting as the ScatterSeries but wraps data points around a circle rather than stretching them along a horizontal line. Like with other series types, multiple PolarAreaSeries 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 Radial Series topic.

Preview

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

xamDataChart Polar Area Series 01

Figure 1: Sample implementation of a PolarAreaSeries

Data Binding

The code snippet below shows how to bind sample polar data (which is available for download from the Sample Polar Data resource) to the PolarAreaSeries. The example assumes that you have already configured your project for the {DataChartName} control.