Skip to main content

PolarAreaSeries2D Class

The Polar Area series.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class PolarAreaSeries2D :
    CircularAreaSeries2D

#Remarks

The PolarAreaSeries2D class provides the functionality of a series view of the Polar Area type within a chart control.

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

#Examples

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

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

See Also