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

RadarDiagramModel.StartAngleInDegrees Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Appearance)]
public double StartAngleInDegrees { get; set; }

Property Value

Type Description
Double

The diagram start angle, in degrees.

See Also