Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public RelativePosition(
    double angle,
    double connectorLength
)

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