5 writes to chartElement
System.Web.DataVisualization (5)
Common\Annotation\AnnotationBase.cs (1)
434
value.
chartElement
= this;
Common\Annotation\TextAnnotation.cs (1)
1086
this.
chartElement
= null;
Common\DataManager\DataSeries.cs (1)
2574
value.
chartElement
= this;
Common\General\SmartLabels.cs (2)
217
this.
chartElement
= null;
226
this.
chartElement
= chartElement;
5 references to chartElement
System.Web.DataVisualization (5)
Common\General\SmartLabels.cs (5)
550
if(
chartElement
!= null)
552
if(
chartElement
is Series)
554
((Series)
chartElement
).Invalidate(false, false);
557
else if(
chartElement
is Annotation)
559
((Annotation)
chartElement
).Invalidate();