6 references to IsEmptyPointIgnored
System.Web.DataVisualization (6)
Common\General\DataManipulator.cs (6)
1015
if(!point.IsEmpty || !this.
IsEmptyPointIgnored
)
1052
else if(!this.
IsEmptyPointIgnored
)
2830
if(point.IsEmpty && this.
IsEmptyPointIgnored
)
2850
(!point.IsEmpty && this.
IsEmptyPointIgnored
))
2951
if(series.Points[secondPassIndex].IsEmpty && this.
IsEmptyPointIgnored
)
2978
if(series.Points[secondPassIndex].IsEmpty && this.
IsEmptyPointIgnored
)