Implemented interface member:
method
GetYValue
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.GetYValue(System.Web.UI.DataVisualization.Charting.CommonElements, System.Web.UI.DataVisualization.Charting.ChartArea, System.Web.UI.DataVisualization.Charting.Series, System.Web.UI.DataVisualization.Charting.DataPoint, System.Int32, System.Int32)
8 references to GetYValue
System.Windows.Forms.DataVisualization (8)
Common\ChartTypes\BarChart.cs (8)
481 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, point, pointIndex, (useTwoValues) ? 1 : 0) ); 504 double yValueStart = hAxis.GetLogValue( GetYValue(common, area, ser, point, pointIndex, 0 ) ); 849 GetYValue(common, area, ser, point, pointIndex, 0 ), 1408 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, (useTwoValues) ? 1 : 0) ); 1428 double yValueStart = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0 ) ); 1623 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, (useTwoValues) ? 1 : 0) ); 1641 double yValueStart = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0 ) ); 1853 GetYValue(common, area, ser, point, pointIndex, 0 ),