4 writes to _yValuesPerPoint
System.Web.DataVisualization (4)
Common\DataManager\DataSeries.cs (4)
587 _yValuesPerPoint = YValuesPerPoint; 2000 _yValuesPerPoint = chartType.YValuesPerPoint; 2036 _yValuesPerPoint = value; 2441 _yValuesPerPoint = type.YValuesPerPoint;
5 references to _yValuesPerPoint
System.Web.DataVisualization (5)
Common\DataManager\DataSeries.cs (5)
1998 if(chartType.YValuesPerPoint > _yValuesPerPoint) 2008 dp.ResizeYValueArray(_yValuesPerPoint); 2014 return _yValuesPerPoint; 2438 if(_yValuesPerPoint < type.YValuesPerPoint) 2449 dp.ResizeYValueArray(_yValuesPerPoint);