AnnotationPositionChangingEventArgs.NewAnchorLocationX Property

Definition

Gets or sets the new annotation anchor point X location.

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

Property Value

A double value that represents the new annotation anchor point X location.

Remarks

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

Applies to