1 write to _stackGroupNames
System.Windows.Forms.DataVisualization (1)
Common\General\ChartArea3D.cs (1)
1669
this.
_stackGroupNames
= new ArrayList();
7 references to _stackGroupNames
System.Windows.Forms.DataVisualization (7)
Common\General\ChartArea3D.cs (7)
611
get { return
_stackGroupNames
; }
1683
if(!this.
_stackGroupNames
.Contains(stackGroupName))
1685
this.
_stackGroupNames
.Add(stackGroupName);
1689
return this.
_stackGroupNames
.Count;
1701
if(this.
_stackGroupNames
!= null)
1708
return this.
_stackGroupNames
.IndexOf(stackGroupName);
1782
this.
_stackGroupNames
!= null)