1 write to label3DInfoList
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\PointChart.cs (1)
1261
this.
label3DInfoList
= new ArrayList();
9 references to label3DInfoList
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\PointChart.cs (9)
1250
if(this.
label3DInfoList
!= null &&
1251
this.
label3DInfoList
.Count > 0 &&
1252
((Label3DInfo)this.
label3DInfoList
[this.
label3DInfoList
.Count-1]).PointEx.zPosition != pointEx.zPosition)
1259
if(this.
label3DInfoList
== null)
1269
this.
label3DInfoList
.Add(label3DInfo);
1340
if(this.
label3DInfoList
!= null)
1342
foreach(Label3DInfo labelInfo in this.
label3DInfoList
)
1358
this.
label3DInfoList
.Clear();