AnnotationPositionChangingEventArgs.Annotation Eigenschaft

Definition

Ruft das Annotation-Objekt ab oder legt es fest.

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

Eigenschaftswert

Das Annotation-Objekt.

Hinweise

Die Annotation -Eigenschaft ermöglicht es dem Entwickler, Eigenschaften während der AnnotationPositionChanging - und AnnotationPositionChanged -Ereignisse des -Steuerelements Chart festzulegenAnnotation.

Gilt für: