2 writes to _annotations
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
1567
_annotations
= new AnnotationCollection(this);
3843
_annotations
= null;
3 references to _annotations
System.Web.DataVisualization (3)
Common\General\Chart.cs (3)
2512
return
_annotations
;
3840
if (
_annotations
!= null)
3842
_annotations
.Dispose();