AnnotationPositionChangingEventArgs.Annotation Property

Definition

Gets or sets the Annotation object.

public:
 property System::Windows::Forms::DataVisualization::Charting::Annotation ^ Annotation { System::Windows::Forms::DataVisualization::Charting::Annotation ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::Annotation ^ value); };
public System.Windows.Forms.DataVisualization.Charting.Annotation Annotation { get; set; }
member this.Annotation : System.Windows.Forms.DataVisualization.Charting.Annotation with get, set
Public Property Annotation As Annotation

Property Value

The Annotation object.

Remarks

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

Applies to