2 writes to _stackedGroupsTotalPerPoint
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\StackedColumnChart.cs (2)
114 this._stackedGroupsTotalPerPoint = null; 144 this._stackedGroupsTotalPerPoint = new Hashtable();
3 references to _stackedGroupsTotalPerPoint
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\StackedColumnChart.cs (3)
141 if(this._stackedGroupsTotalPerPoint == null) 170 this._stackedGroupsTotalPerPoint.Add(groupName, totals); 175 currentGroupTotalPerPoint = (double[])this._stackedGroupsTotalPerPoint[currentStackedGroupName];