3 writes to numOfItems
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\PieChart.cs (3)
5240
numOfItems
= Math.Max( numOfItems, maxNumOfRows );
5311
labelColumnRight.
numOfItems
++;
5315
labelColumnLeft.
numOfItems
++;
8 references to numOfItems
System.Windows.Forms.DataVisualization (8)
Common\ChartTypes\PieChart.cs (8)
4913
if( index < 0 || index >
numOfItems
- 1 )
5088
for( int index = position; index <
numOfItems
-1; index++ )
5209
if( position ==
numOfItems
- 1 )
5214
for( int index = position + 1; index <
numOfItems
; index++ )
5240
numOfItems = Math.Max(
numOfItems
, maxNumOfRows );
5243
columnHeight = _chartAreaPosition.Height /
numOfItems
;
5249
_points = new DataPoint[
numOfItems
];
5252
_yPositions = new float[
numOfItems
];