Skip to content

Latest commit

 

History

History
415 lines (369 loc) · 13.6 KB

datachart-radial-line-series.adoc

File metadata and controls

415 lines (369 loc) · 13.6 KB

Radial Line Series

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

Introduction

Radial Area Series is rendered using a collection of straight lines connecting data points. The RadialLineSeries uses the same concepts of data plotting as the LineSeries, 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 Line Series looks like when plotted in the {DataChartName} control.

xamDataChart Radial Series 03

Figure 1: Sample implementation of a RadialLineSeries

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 RadialLineSeries. The example assumes that you have already configured your project for the {DataChartName} control.