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