Common\ChartTypes\StackedAreaChart.cs (8)
530 double yValue = (point.IsEmpty) ? 0.0 : GetYValue(common, area, ser, point, index, 0);
625else if (point.IsEmpty && point.Color == Color.Empty)
843 double yValue = (point.IsEmpty) ? 0.0 : GetYValue(common, area, ser, point, index, 0);
949 double yValue = (point.IsEmpty) ? 0.0 : GetYValue(common, area, ser, point, index, 0);
990 if(!point.IsEmpty && (ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.Label.Length > 0))
1232 if(ser.Points[secondPoint.index - 1].IsEmpty)
1273 if(ser.Points[secondPoint.index - 1].IsEmpty)
1475 if((!pointEx.dataPoint.IsEmpty && (pointEx.dataPoint.series.IsValueShownAsLabel || pointShowLabelAsValue || pointLabel.Length > 0)) ||