AnnotationCollection.FindByName(String) Método

Definição

Localiza uma anotação na coleção por nome.Finds an annotation in the collection by name.

public:
 override System::Windows::Forms::DataVisualization::Charting::Annotation ^ FindByName(System::String ^ name);
public override System.Windows.Forms.DataVisualization.Charting.Annotation FindByName (string name);
override this.FindByName : string -> System.Windows.Forms.DataVisualization.Charting.Annotation
Public Overrides Function FindByName (name As String) As Annotation

Parâmetros

name
String

O nome da anotação a encontrar.The name of the annotation to find.

Retornos

Annotation

Um objeto Annotation ou null, se o objeto não existir.An Annotation object, or null if the object does not exist.

Aplica-se a