AnnotationPositionChangingEventArgs::Annotation Property

.NET Framework (current version)
 

Gets or sets the Annotation object.

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

public:
property Annotation^ Annotation {
	Annotation^ get();
	void set(Annotation^ value);
}

The Annotation property allows the developer to set Annotation properties during the AnnotationPositionChanging and AnnotationPositionChanged events of the Chart control.

.NET Framework
Available since 4.0
Return to top
Show: