Home
last modified time | relevance | path

Searched refs:yValueTotal (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DFunnelChart.cs198 internal double yValueTotal = 0.0; field in System.Windows.Forms.DataVisualization.Charting.ChartTypes.FunnelChart
426 if(this.yValueTotal == 0.0 || this.pointNumber == 0) in Paint()
577 …(float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); in GetPointWidthAndHeight()
2284 … this._funnelMinPointHeight = (float)(this.yValueTotal * this._funnelMinPointHeight / 100f); in GetFunnelMinPointHeight()
2601 this.yValueTotal = 0.0; in GetDataPointValuesStatistic()
2654 this.yValueTotal += yValue; in GetDataPointValuesStatistic()
2924 …(float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); in GetPointWidthAndHeight()