1 write to areaBottomPath
System.Web.DataVisualization (1)
Common\ChartTypes\RangeChart.cs (1)
1806this.areaBottomPath = null;
9 references to areaBottomPath
System.Web.DataVisualization (9)
Common\ChartTypes\RangeChart.cs (9)
266 areaBottomPath.GetLastPoint().Y); 279areaBottomPath.Reverse(); 280gradientPath.AddPath(areaBottomPath, true); 301 areaBottomPath.Reset(); 379 areaBottomPath.Reset(); 639 areaBottomPath.AddLine(lowPoints[pointIndex-1], lowPoints[pointIndex]); 643 areaBottomPath.AddCurve(lowPoints, pointIndex-1, 1, this.lineTension); 1803if (this.areaBottomPath != null) 1805this.areaBottomPath.Dispose();