3 writes to areaPath
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\RangeChart.cs (3)
297
areaPath
= null;
623
areaPath
= new GraphicsPath();
1811
this.
areaPath
= null;
15 references to areaPath
System.Windows.Forms.DataVisualization (15)
Common\ChartTypes\RangeChart.cs (15)
260
if(
areaPath
!= null)
262
areaPath
.AddLine(
263
areaPath
.GetLastPoint().X,
264
areaPath
.GetLastPoint().Y,
265
areaPath
.GetLastPoint().X,
270
if(gradientFill &&
areaPath
!= null)
278
gradientPath.AddPath(
areaPath
, true);
294
if(
areaPath
!= null)
296
areaPath
.Dispose();
621
if(
areaPath
== null)
624
areaPath
.AddLine(highPoint1.X, lowPoint1.Y, highPoint1.X, highPoint1.Y);
630
areaPath
.AddLine(points[pointIndex-1], points[pointIndex]);
634
areaPath
.AddCurve(points, pointIndex-1, 1, this.lineTension);
1808
if (this.
areaPath
!= null)
1810
this.
areaPath
.Dispose();