4 writes to _funnelMinPointHeight
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\FunnelChart.cs (4)
414 this._funnelMinPointHeight = 0f; 2263 this._funnelMinPointHeight = 0f; 2275this._funnelMinPointHeight = pointHeight; 2284this._funnelMinPointHeight = (float)(this.yValueTotal * this._funnelMinPointHeight / 100f);
5 references to _funnelMinPointHeight
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\FunnelChart.cs (5)
2278if (!parseSucceed || this._funnelMinPointHeight < 0f || this._funnelMinPointHeight > 100f) 2284this._funnelMinPointHeight = (float)(this.yValueTotal * this._funnelMinPointHeight / 100f); 2768 if(yValue < this._funnelMinPointHeight) 2770 yValue = this._funnelMinPointHeight;