Skip to main content

RelativePositionModel.Angle Property

Gets or sets the value of the RelativePosition.Angle within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public double Angle { get; set; }

Property Value

Type Description
Double

The angle specifying the position of the annotation around its anchor point.

See Also