3 writes to _anchorDataPoint
System.Windows.Forms.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (3)
1463 _anchorDataPoint = null; 1515 _anchorDataPoint = GetDataPointByName(_anchorDataPointName); 1521 _anchorDataPoint = value;
7 references to _anchorDataPoint
System.Windows.Forms.DataVisualization (7)
Common\Annotation\AnnotationBase.cs (7)
1454 if(_anchorDataPointName.Length == 0 && _anchorDataPoint != null) 1456 _anchorDataPointName = GetDataPointName(_anchorDataPoint); 1513 if(_anchorDataPoint == null && _anchorDataPointName.Length > 0) 1517 return _anchorDataPoint; 2411 if(this._anchorDataPoint != null && 2420 vertAxis.PositionToValue(this._anchorDataPoint.positionRel.Y, false); 2423 horizAxis.PositionToValue(this._anchorDataPoint.positionRel.X, false);