4 writes to prevPosY
System.Web.DataVisualization (4)
Common\ChartTypes\StackedAreaChart.cs (4)
241 prevPosY = double.NaN; 285 prevPosY = yValue; 1618 prevPosY = double.NaN; 1655 prevPosY = yValue;
12 references to prevPosY
System.Web.DataVisualization (12)
Common\ChartTypes\StackedAreaChart.cs (12)
223 if(!double.IsNaN(prevPosY)) 225 areaZeroValue = prevPosY; 266 if(yValue >= 0.0 && !double.IsNaN(prevPosY)) 268 yValue += prevPosY; 1315 if(double.IsNaN(this.prevPosY)) 1321 yValue = vAxis.GetPosition(this.prevPosY); 1344 if(double.IsNaN(this.prevPosY)) 1350 yValue = vAxis.GetPosition(this.prevPosY); 1600 if(!double.IsNaN(prevPosY)) 1602 areaZeroValue = prevPosY; 1636 if(yValue >= 0.0 && !double.IsNaN(prevPosY)) 1638 yValue += prevPosY;