Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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