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

RadarDiagram Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(RadarDiagram.TypeConverter))]
public class RadarDiagram :
    Diagram,
    IXYDiagram,
    IDiagram,
    IAxisProvider,
    IPane,
    IBackground,
    IRadarDiagram

Remarks

The RadarDiagram class represents a circular diagram used to plot Radar chart types.

In addition to the settings inherited from the base Diagram class, the RadarDiagram class implements specific properties that allow you to control the following characteristics of a diagram:

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

For more information, refer to Radar and Polar Diagrams.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RadarDiagram class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also