Skip to main content

RadarAreaSeries2D Class

The Radar Area series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class RadarAreaSeries2D :
    CircularAreaSeries2D

#Remarks

The RadarAreaSeries2D class provides the functionality of a series view of the Radar Area type within a chart control.

For more information on series views of the Radar Area type, please see the Radar Area topic.

#Examples

The following example demonstrates how to create a 2D Radar Area chart.

To do this, it is necessary to assign the ChartControl.Diagram property to RadarDiagram2D, and then add a RadarAreaSeries2D object with points to the radar diagram Series collection.

See Also