3 writes to _totalYvalue
System.Web.DataVisualization (3)
Common\DataManager\DataSeries.cs (3)
1061
_totalYvalue
= 0;
1064
_totalYvalue
+= point.YValues[yValueIndex];
1691
_totalYvalue
= double.NaN;
3 references to _totalYvalue
System.Web.DataVisualization (3)
Common\DataManager\DataSeries.cs (3)
1055
if(!double.IsNaN(
_totalYvalue
))
1057
return
_totalYvalue
;
1067
return
_totalYvalue
;