AnnotationPositionChangingEventArgs.NewAnchorLocationX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.