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.Web.DataVisualization (1)
Common\ChartTypes\StackedColumnChart.cs (1)
133 override public double GetYValue(CommonElements common, ChartArea area, Series series, DataPoint point, int pointIndex, int yValueIndex)
10 references to GetYValue
System.Web.DataVisualization (10)
Common\ChartTypes\StackedColumnChart.cs (10)
746 double yValue = GetYValue(common, area, ser, point, pointIndx, 0); 800 else if( GetYValue(common, area, ser, point, pointIndx, 0) >= 0 ) 971 if( GetYValue(common, area, ser, point, pointIndx, 0) >= 0 ) 1136double pointLabelValue = GetYValue(common, area, series, point, pointIndex, 0); 1305 yValue = GetYValue(common, area, series, point, pointIndex, 0); 1563 double yValue = GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0); 1566 double barZeroValue = yValue - GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, -1); 1742 double yValue = GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0); 1757 double barZeroValue = yValue - vAxis.GetLogValue(GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, -1)); 1852double pointLabelValue = GetYValue(common, area, series, point, pointIndex, -2);