2 writes to _xValueTotal
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2602
this.
_xValueTotal
= 0.0;
2656
this.
_xValueTotal
+= GetXValue(point);
2 references to _xValueTotal
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
549
if(this.
_xValueTotal
== 0.0)
558
height = (float)(plotAreaHeightAbs * (GetXValue(series.Points[pointIndex]) / this.
_xValueTotal
));