3 writes to _anchorDataPointName
System.Web.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (3)
1456
_anchorDataPointName
= GetDataPointName(_anchorDataPoint);
1462
_anchorDataPointName
= value;
1522
_anchorDataPointName
= String.Empty;
4 references to _anchorDataPointName
System.Web.DataVisualization (4)
Common\Annotation\AnnotationBase.cs (4)
1454
if(
_anchorDataPointName
.Length == 0 && _anchorDataPoint != null)
1458
return
_anchorDataPointName
;
1513
if(_anchorDataPoint == null &&
_anchorDataPointName
.Length > 0)
1515
_anchorDataPoint = GetDataPointByName(
_anchorDataPointName
);