2 writes to fakeDataPoints
System.Windows.Forms.DataVisualization (2)
Common\DataManager\DataSeries.cs (2)
579
fakeDataPoints
= new DataPointCollection(this);
2685
this.
fakeDataPoints
= null;
5 references to fakeDataPoints
System.Windows.Forms.DataVisualization (5)
Common\DataManager\DataSeries.cs (4)
1526
fakeDataPoints
.Clear();
1529
fakeDataPoints
.Add(p);
2682
if (this.
fakeDataPoints
!= null)
2684
this.
fakeDataPoints
.Dispose();
Common\General\Selection.cs (1)
3004
points = series.
fakeDataPoints
;