2 instantiations of AnnotationCollection
System.Web.DataVisualization (2)
Common\Annotation\GroupAnnotation.cs (1)
89annotations = new AnnotationCollection(this);
Common\General\Chart.cs (1)
1567 _annotations = new AnnotationCollection(this);
9 references to AnnotationCollection
System.Web.DataVisualization (9)
Common\Annotation\AnnotationBase.cs (2)
3395 AnnotationCollection collection = null; 3428 AnnotationCollection collection = null;
Common\Annotation\AnnotationCollection.cs (1)
108/// Initializes a new instance of the <see cref="AnnotationCollection"/> class.
Common\Annotation\GroupAnnotation.cs (3)
77 internal AnnotationCollection annotations = null; 813 /// An <see cref="AnnotationCollection"/> object. 829 public AnnotationCollection Annotations
Common\General\Chart.cs (2)
1491 private AnnotationCollection _annotations = null; 2508 public AnnotationCollection Annotations
WebForm\ChartWebControl.cs (1)
2411 public AnnotationCollection Annotations