2 writes to _stackedGroupsTotalPerPoint
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\StackedBarChart.cs (2)
121 this._stackedGroupsTotalPerPoint = null; 151 this._stackedGroupsTotalPerPoint = new Hashtable();
3 references to _stackedGroupsTotalPerPoint
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\StackedBarChart.cs (3)
148 if(this._stackedGroupsTotalPerPoint == null) 177 this._stackedGroupsTotalPerPoint.Add(groupName, totals); 182 currentGroupTotalPerPoint = (double[])this._stackedGroupsTotalPerPoint[currentStackedGroupName];