7 references to GetYValue
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\FunnelChart.cs (7)
566 startWidth = (float)(plotAreaPositionAbs.Width * (GetYValue(series.Points[pointIndex-1], pointIndex-1) / this._yValueMax)); 567 endWidth = (float)(plotAreaPositionAbs.Width * (GetYValue(series.Points[pointIndex], pointIndex) / this._yValueMax)); 577 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal)); 2620 triangleArea += GetYValue(point, pointIndex); 2637 double yValue = GetYValue(series.Points[loop], loop); 2651 double yValue = GetYValue(point, this.pointNumber); 2924 height = (float)(plotAreaHeightAbs * (GetYValue(series.Points[pointIndex], pointIndex) / this.yValueTotal));