2 writes to _anchorDataPoint2
System.Web.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
2426 this._anchorDataPoint2 = null; 3610this._anchorDataPoint2 = dataPoint2;
7 references to _anchorDataPoint2
System.Web.DataVisualization (7)
Common\Annotation\AnnotationBase.cs (7)
2412 this._anchorDataPoint2 != null) 2419 vertAxis.PositionToValue(this._anchorDataPoint2.positionRel.Y, false) - 2422 horizAxis.PositionToValue(this._anchorDataPoint2.positionRel.X, false) - 3961 this._anchorDataPoint2 != null && 3962 this._anchorDataPoint2.series != null) 3964 if(this.Chart.ChartAreas.IndexOf(this._anchorDataPoint2.series.ChartArea) >= 0) 3966 area = this.Chart.ChartAreas[this._anchorDataPoint2.series.ChartArea];