AnnotationPositionChangingEventArgs.NewAnchorLocationY 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 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.