AnnotationGroup.Annotations Propriedade

Definição

Obtém a coleção de anotações no grupo.Gets the collection of annotations in the group.

public:
 property System::Windows::Forms::DataVisualization::Charting::AnnotationCollection ^ Annotations { System::Windows::Forms::DataVisualization::Charting::AnnotationCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.AnnotationCollection Annotations { get; }
member this.Annotations : System.Windows.Forms.DataVisualization.Charting.AnnotationCollection
Public ReadOnly Property Annotations As AnnotationCollection

Valor da propriedade

AnnotationCollection

Um objeto AnnotationCollection.An AnnotationCollection object.

Comentários

Observe que as coordenadas de todas as anotações no grupo são relativas à anotação de grupo.Note that the coordinates of all annotations in the group are relative to the group annotation.

Aplica-se a