Back to Devexpress

RadarDiagramDrawingStyle Enum

corelibraries-devexpress-dot-xtracharts-d6d18e7c.md

latest1.7 KB
Original Source

RadarDiagramDrawingStyle Enum

Lists the values used to specify the shape of the Radar chart area.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RadarDiagramDrawingStyle
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RadarDiagramDrawingStyle

Members

NameDescription
Circle

A circular diagram is drawn as a circle.

| | Polygon |

A circular diagram is drawn as a polygon.

|

The following properties accept/return RadarDiagramDrawingStyle values:

LibraryRelated API Members
Cross-Platform Class LibraryRadarDiagram.DrawingStyle
WinForms ControlsRadarDiagramModel.DrawingStyle

Remarks

The values listed by the RadarDiagramDrawingStyle enumeration are used to set the RadarDiagram.DrawingStyle property

See Also

Radar Series Views

DevExpress.XtraCharts Namespace