Polar
Polar series consists of a group of classes that plot data in radial plot area in polar coordinates. Valid only in the context of Polar AreaType, Polar series have three implementations – PolarLineSeries, PolarAreaSeries and PolarPointSeries. When working in unbound mode, the polar series are filled with PolarDataPoint objects which define Angle and Value properties which unambiguously determine a point's location in the polar coordinate system defined by the polar and numeric radial axes. Below is an example of RadPolarChart with different Polar series:
Initial Setup
Figure 1: Initial Setup
PolarLineSeries
Figure 2: PolarLineSeries
PolarAreaSeries
Figure 3: PolarAreaSeries
Here are some of the important properties all PolarSeries share:
AngleMember: The property indicates the name of the property in the datasource that holds data about the angular coordinate.
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 PolarLineSeries and PolarAreaSeries.