Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartNamedElement.Name
4 references to Name
System.Windows.Forms.DataVisualization (4)
Common\Annotation\AnnotationBase.cs (2)
3411
Annotation annot = collection.FindByName(this.
Name
);
3444
Annotation annot = collection.FindByName(this.
Name
);
Common\Annotation\AnnotationCollection.cs (2)
130
textAnnotation.Text = item.
Name
;
173
if(annotation.
Name
== name)