3 writes to smartLabelsPositions
System.Web.DataVisualization (3)
Common\General\SmartLabels.cs (3)
613
smartLabelsPositions
= new ArrayList();
1357
this.
smartLabelsPositions
= new ArrayList();
1389
this.
smartLabelsPositions
= new ArrayList();
13 references to smartLabelsPositions
System.Web.DataVisualization (13)
Common\General\SmartLabels.cs (13)
690
bool rememberMarkersCount = (this.
smartLabelsPositions
.Count == 0);
694
this.markersCount = this.
smartLabelsPositions
.Count;
1156
if(!collisionDetected && this.
smartLabelsPositions
!= null)
1159
foreach(RectangleF pos in this.
smartLabelsPositions
)
1318
if(this.
smartLabelsPositions
.Count == 0 && area != null)
1335
chartType.AddSmartLabelMarkerPositions(common, area, series, this.
smartLabelsPositions
);
1355
if(this.
smartLabelsPositions
== null)
1361
this.
smartLabelsPositions
.Add(breakPosition);
1387
if(this.
smartLabelsPositions
== null)
1393
this.
smartLabelsPositions
.Add(labelPosition);
1630
foreach(RectangleF pos in this.
smartLabelsPositions
)
1667
if(this.
smartLabelsPositions
.Count == 0 &&
1674
annotation.AddSmartLabelMarkerPositions(this.
smartLabelsPositions
);