RelativePosition(Double, Double) Constructor
Initializes a new instance of the RelativePosition class with the specified rotation angle and connector length.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
angle | Double | A Double value specifying the angle by which the annotation is rotated around its anchor point. This value is assigned to the RelativePosition.Angle property. |
connectorLength | Double | A Double value specifying the length of the line which connects the annotation with its anchor point. This value is assigned to the RelativePosition.ConnectorLength property. |
See Also