RadarDiagramDrawingStyle Enum
In This Article
Lists the values used to specify the shape of the Radar chart area.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RadarDiagramDrawingStyle
#Members
Name | Description |
---|---|
Circle
|
A circular diagram is drawn as a circle. |
Polygon
|
A circular diagram is drawn as a polygon. |
#Related API Members
The following properties accept/return RadarDiagramDrawingStyle values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Radar |
Win |
Radar |
#Remarks
The values listed by the RadarDiagramDrawingStyle
enumeration are used to set the RadarDiagram.DrawingStyle property
See Also