RelativePositionModel.Angle Property
Gets or sets the value of the RelativePosition.Angle within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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