AnnotationPositionChangingEventArgs.NewAnchorLocationY Property

Definition

Gets or sets the new annotation anchor point Y location.

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

Property Value

A double value representing the new annotation anchor point Y location.

Remarks

When the AnnotationPositionChanging and AnnotationPositionChanged events are raised, the NewAnchorLocationY property determines the new Y coordinate of the annotation. This information is useful when the annotation is newly anchored to a data point.

Applies to