PolarDiagram Class
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.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
Object
ChartElement
Diagram
RadarDiagram
PolarDiagram
See Also