AnnotationPositionChangingEventArgs::NewAnchorLocationY Property

.NET Framework (current version)
 

Gets or sets the new annotation anchor point Y location.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
property double NewAnchorLocationY {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

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

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.

.NET Framework
Available since 4.0
Return to top
Show: