3 writes to currentStackGroup
System.Web.DataVisualization (3)
Common\ChartTypes\StackedColumnChart.cs (2)
657 this.currentStackGroup = (string)this.stackGroupNames[groupIndex]; 1439 this.currentStackGroup = StackedColumnChart.GetSeriesStackGroupName(ser);
Common\General\ChartArea3D.cs (1)
1792stackedColumnChart.currentStackGroup = groupName;
2 references to currentStackGroup
System.Web.DataVisualization (2)
Common\ChartTypes\StackedColumnChart.cs (2)
684 if(seriesStackGroupName != this.currentStackGroup) 1338 seriesStackGroupName != this.currentStackGroup)