Radar
The radar chart is a two-dimensional chart of three or more quantitative variables represented on axes starting from the same point. As a derivative of PolarSeries, RadarSeries are valid only the context of Polar AreaType. RadChartView supports the following RadarSeries implementations out of the box: RadarPointSeries, RadarLineSeries and RadarAreaSeries. Below are three snippets that illustrate how to set up each of these series:
Initial Setup RadarPointSeries
Figure 1: Initial Setup RadarPointSeries
Initial Setup RadarLineSeries
Figure 2: Initial Setup RadarLineSeries
Initial Setup RadarAreaSeries
Figure 3: Initial Setup RadarAreaSeries
Here are some of the important properties all PolarSeries share:
CategoryMember: The property indicates the name of the property in the datasource that holds data about the category.
ValueMember: The property determines the name of the property in the datasource that contains information about radial coordinate (the radius).
PointSize: The property determines the size of the drawn points in all three polar series.
BorderWidth: The property indicates the width of the lines in RadarLineSeries and RadarAreaSeries.
RadarSplineSeries
When you have RadarLineSeries or RadarAreaSeries you can set the Spline property and smoth the values transition (the SplineTension property):
Spline Settings
Figure 4: Spline Settings