2 writes to yValueTotal
System.Web.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2601 this.yValueTotal = 0.0; 2654 this.yValueTotal += yValue;
4 references to yValueTotal
System.Web.DataVisualization (4)
Common\ChartTypes\FunnelChart.cs (4)
426 if(this.yValueTotal == 0.0 || this.pointNumber == 0) 577 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); 2284this._funnelMinPointHeight = (float)(this.yValueTotal * this._funnelMinPointHeight / 100f); 2924 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal));