The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AnnotationPositionChangingEventArgs::Annotation Property
.NET Framework (current version)
Gets or sets the Annotation object.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: property Annotation^ Annotation { Annotation^ get(); void set(Annotation^ value); }
Property Value
Type: System.Windows.Forms.DataVisualization.Charting::Annotation^The Annotation object.
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
Available since 4.0
Show: