4 writes to currentAnchorLocationRel
System.Web.DataVisualization (4)
Common\Annotation\AnnotationBase.cs (4)
2880
currentAnchorLocationRel
= new PointF(anchorLocation.X, anchorLocation.Y);
2919
this.
currentAnchorLocationRel
= new PointF(anchorPoint.X, anchorPoint.Y);
2949
this.
currentAnchorLocationRel
= new PointF((float)newAnchorX, (float)newAnchorY);
4000
this.
currentAnchorLocationRel
= new PointF(float.NaN, float.NaN);
1 reference to currentAnchorLocationRel
System.Web.DataVisualization (1)
Common\Annotation\AnnotationBase.cs (1)
2397
anchorLocation =
currentAnchorLocationRel
;