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