2 writes to currentStackGroup
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\StackedColumnChart.cs (2)
657
this.
currentStackGroup
= (string)this.stackGroupNames[groupIndex];
1439
this.
currentStackGroup
= StackedColumnChart.GetSeriesStackGroupName(ser);
2 references to currentStackGroup
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\StackedColumnChart.cs (2)
684
if(seriesStackGroupName != this.
currentStackGroup
)
1338
seriesStackGroupName != this.
currentStackGroup
)