3 writes to currentStackGroup
System.Web.DataVisualization (3)
Common\ChartTypes\StackedBarChart.cs (2)
647
this.
currentStackGroup
= (string)this.stackGroupNames[groupIndex];
1398
this.
currentStackGroup
= StackedColumnChart.GetSeriesStackGroupName(ser);
Common\General\ChartArea3D.cs (1)
1799
stackedBarChart.
currentStackGroup
= groupName;
2 references to currentStackGroup
System.Web.DataVisualization (2)
Common\ChartTypes\StackedBarChart.cs (2)
674
if(seriesStackGroupName != this.
currentStackGroup
)
1295
seriesStackGroupName != this.
currentStackGroup
)