corelibraries-devexpress-dot-xtracharts-d4721e4c.md
Represents a diagram that is used to plot series of the Radar view types.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class RadarDiagram :
Diagram,
IDisposable,
IXYDiagram,
IDiagram,
IAxisProvider,
IPane,
IBackground,
IRadarDiagram,
IScrollingZoomingOptions
Public Class RadarDiagram
Inherits Diagram
Implements IDisposable,
IXYDiagram,
IDiagram,
IAxisProvider,
IPane,
IBackground,
IRadarDiagram,
IScrollingZoomingOptions
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.
Object ChartElement Diagram RadarDiagram PolarDiagram
See Also