RadarDiagram Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(RadarDiagramTypeConverter))]
public class RadarDiagram :
Diagram,
IDisposable,
IXYDiagram,
IDiagram,
IAxisProvider,
IPane,
IBackground,
IRadarDiagram,
IScrollingZoomingOptions
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:
- appearance settings of the diagram’s area (RadarDiagram.BackColor, RadarDiagram.BackImage, RadarDiagram.FillStyle, RadarDiagram.Shadow, RadarDiagram.Margins, RadarDiagram.DrawingStyle),
- the diagram’s border settings (RadarDiagram.BorderColor, RadarDiagram.BorderVisible),
- settings of the X and Y axes (RadarDiagram.AxisX, RadarDiagram.AxisY),
- the diagram’s rotation settings (RadarDiagram.RotationDirection, RadarDiagram.StartAngleInDegrees).
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.
Implements
Inheritance
Object
ChartElement
Diagram
RadarDiagram
See Also