Skip to main content
A newer version of this page is available. .

PolarDiagram Class

Represents a diagram that is used to plot series of the Polar view types.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class PolarDiagram :
    RadarDiagram

Remarks

The PolarDiagram class represents a circular diagram type used to plot series of the Polar view types.

An object of the PolarDiagram type can be accessed via the ChartControl.Diagram property of a chart control that displays a Polar series.

For more information, refer to Radar and Polar Diagrams.

Implements

Inheritance

See Also