2 writes to currentStackGroup
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\StackedBarChart.cs (2)
647 this.currentStackGroup = (string)this.stackGroupNames[groupIndex]; 1398 this.currentStackGroup = StackedColumnChart.GetSeriesStackGroupName(ser);
2 references to currentStackGroup
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\StackedBarChart.cs (2)
674 if(seriesStackGroupName != this.currentStackGroup) 1295 seriesStackGroupName != this.currentStackGroup)