6 references to Annotations
System.Web.DataVisualization (6)
Common\Annotation\AnnotationBase.cs (2)
3398
collection = Chart.
Annotations
;
3431
collection = Chart.
Annotations
;
Common\Annotation\AnnotationCollection.cs (2)
61
/// <seealso cref="Charting.Chart.
Annotations
"/>
65
/// a <see cref="Charting.Chart.
Annotations
"/> property of the chart. It is also used to
Common\General\SmartLabels.cs (1)
1672
foreach(Annotation annotation in common.Chart.
Annotations
)
WebForm\ChartWebControl.cs (1)
386
ChartAreas.NameReferenceChanged += new EventHandler<NameReferenceChangedEventArgs>(
Annotations
.ChartAreaNameReferenceChanged);