1 write to areaBottomPath
System.Web.DataVisualization (1)
Common\ChartTypes\StackedAreaChart.cs (1)
1687
this.
areaBottomPath
= null;
7 references to areaBottomPath
System.Web.DataVisualization (7)
Common\ChartTypes\StackedAreaChart.cs (7)
475
areaBottomPath
.Reset();
681
areaBottomPath
.AddLine(firstPoint.X, prevYValue1, secondPoint.X, prevYValue2);
774
areaBottomPath
.Reverse();
775
gradientPath.AddPath(
areaBottomPath
, true);
789
areaBottomPath
.Reset();
1684
if (this.
areaBottomPath
!= null)
1686
this.
areaBottomPath
.Dispose();