AnnotationPositionChangingEventArgs::NewLocationY Property

.NET Framework (current version)
 

Gets or sets the new Y coordinate of the annotation location.

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

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

Property Value

Type: System::Double

A double value that represents the new Y coordinate of the annotation location.

When the AnnotationPositionChanging and AnnotationPositionChanged events are raised, the NewLocationY property defines the Y-coordinate location of the annotation.

.NET Framework
Available since 4.0
Return to top
Show: