AnnotationPositionChangingEventArgs::NewAnchorLocation Property

.NET Framework (current version)
 

Gets or sets the new anchor location of the annotation.

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

public:
[BrowsableAttribute(false)]
property PointF NewAnchorLocation {
	PointF get();
	void set(PointF value);
}

Property Value

Type: System.Drawing::PointF

A PointF object that represents the new anchor position.

.NET Framework
Available since 4.0
Return to top
Show: