1 write to areaBottomPath
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\RangeChart.cs (1)
1806
this.
areaBottomPath
= null;
9 references to areaBottomPath
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\RangeChart.cs (9)
266
areaBottomPath
.GetLastPoint().Y);
279
areaBottomPath
.Reverse();
280
gradientPath.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);
1803
if (this.
areaBottomPath
!= null)
1805
this.
areaBottomPath
.Dispose();