2 writes to _points
System.Web.DataVisualization (2)
Common\DataManager\DataSeries.cs (2)
577
_points
= new DataPointCollection(this);
2680
this.
_points
= null;
11 references to _points
System.Web.DataVisualization (11)
Common\DataManager\DataSeries.cs (11)
972
foreach(DataPoint dataPoint in
_points
)
1551
foreach(DataPoint dataPoint in
_points
)
2003
if(
_points
.Count > 0)
2006
foreach(DataPoint dp in
_points
)
2027
if(
_points
.Count > 0)
2030
foreach(DataPoint dp in
_points
)
2060
return
_points
;
2444
if(
_points
.Count > 0)
2447
foreach(DataPoint dp in
_points
)
2677
if (this.
_points
!= null)
2679
this.
_points
.Dispose();