2 writes to _fourthPointY2Value
System.Web.DataVisualization (2)
Common\ChartTypes\RangeChart.cs (2)
1048 _fourthPointY2Value = (float)intersectionPoint.yPosition; 1092 _fourthPointY2Value = float.NaN;
2 references to _fourthPointY2Value
System.Web.DataVisualization (2)
Common\ChartTypes\RangeChart.cs (2)
1614 if(!float.IsNaN(_fourthPointY2Value)) 1616 fourthPoint.Y = _fourthPointY2Value;