1 write to allPointsLoopsNumber
System.Web.DataVisualization (1)
Common\ChartTypes\LineChart.cs (1)
1318 allPointsLoopsNumber = GetPointLoopNumber(selection, dataPointDrawingOrder);
2 references to allPointsLoopsNumber
System.Web.DataVisualization (2)
Common\ChartTypes\AreaChart.cs (1)
1201 if(this.allPointsLoopsNumber == 2 && (operationType & DrawingOperationTypes.DrawElement) == DrawingOperationTypes.DrawElement)
Common\ChartTypes\LineChart.cs (1)
1323 for(int pointsLoop = 0; pointsLoop < allPointsLoopsNumber; pointsLoop++)