RadarDiagramModel.StartAngleInDegrees Property
Gets or sets the value of the RadarDiagram.StartAngleInDegrees within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Appearance)]
public double StartAngleInDegrees { get; set; }
Property Value
Type | Description |
---|---|
Double | The diagram start angle, in degrees. |
See Also