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

RadarDiagramModel.DrawingStyle Property

Gets or sets the value of the RadarDiagram.DrawingStyle within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Appearance)]
public RadarDiagramDrawingStyle DrawingStyle { get; set; }

Property Value

Type Description
RadarDiagramDrawingStyle

The shape of a radar diagram.

Available values:

Name Description
Circle

A circular diagram is drawn as a circle.

Polygon

A circular diagram is drawn as a polygon.

See Also