Share via


AnnotationPositionChangingEventArgs.Annotation Propiedad

Definición

Obtiene o establece el objeto Annotation.

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

Valor de propiedad

Objeto Annotation.

Comentarios

La Annotation propiedad permite al desarrollador establecer Annotation propiedades durante los AnnotationPositionChanging eventos y AnnotationPositionChanged del Chart control .

Se aplica a