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)
1 override of GetYValue
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\StackedBarChart.cs (1)
141 override public double GetYValue(CommonElements common, ChartArea area, Series series, DataPoint point, int pointIndex, int yValueIndex)
10 references to GetYValue
System.Windows.Forms.DataVisualization (10)
Common\ChartTypes\StackedBarChart.cs (10)
737 double yValue = GetYValue(common, area, ser, point, pointIndx, 0); 800 else if( GetYValue(common, area, ser, point, pointIndx, 0) >= 0 ) 966 if( GetYValue(common, area, ser, point, pointIndx, 0) >= 0 ) 1052double pointLabelValue = GetYValue(common, area, series, point, pointIndex, 0); 1262 yValue = GetYValue(common, area, series, point, pointIndex, 0); 1520 double yValue = GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0); 1523 double barZeroValue = yValue - GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, -1); 1706 double yValue = GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0); 1721 double barZeroValue = yValue - GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, -1); 1823double pointLabelValue = GetYValue(common, area, ser, point, pointIndex, -2);