6 writes to refreshMinMaxFromData
System.Web.DataVisualization (6)
Common\General\Axis.cs (1)
3302refreshMinMaxFromData = true;
Common\General\ChartArea.cs (4)
1335 _axisArray[0].refreshMinMaxFromData = true; 1336 _axisArray[1].refreshMinMaxFromData = true; 1337 _axisArray[2].refreshMinMaxFromData = true; 1338 _axisArray[3].refreshMinMaxFromData = true;
Common\General\ChartAreaAxes.cs (1)
1206 axis.refreshMinMaxFromData = false;
2 references to refreshMinMaxFromData
System.Web.DataVisualization (2)
Common\General\ChartAreaAxes.cs (2)
663 !axis.refreshMinMaxFromData && 1047 if( !axis.refreshMinMaxFromData &&