CalloutAnnotation.AnchorOffsetY Property

Definition

Gets or sets the offset that the Y-position of the annotation has from the anchor point.

public:
 virtual property double AnchorOffsetY { double get(); void set(double value); };
public override double AnchorOffsetY { get; set; }
member this.AnchorOffsetY : double with get, set
Public Overrides Property AnchorOffsetY As Double

Property Value

A double value that represents the offset of the annotation's Y-position from the anchor point.

Remarks

The CalloutAnnotation must be anchored using either the AnchorDataPoint or the AnchorY property, and its Y property must be set to Double.NaN.

Applies to