2 writes to _thirdPointY2Value
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\RangeChart.cs (2)
1068
_thirdPointY2Value
= (float)intersectionPoint.yPosition;
1091
_thirdPointY2Value
= float.NaN;
2 references to _thirdPointY2Value
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\RangeChart.cs (2)
1609
if(!float.IsNaN(
_thirdPointY2Value
))
1611
thirdPoint.Y =
_thirdPointY2Value
;