18 references to MapAreas
System.Windows.Forms.DataVisualization (18)
Common\General\Chart.cs (3)
1768 for(int index = 0; index < this.MapAreas.Count; index++) 1770 MapArea mapArea = this.MapAreas[index]; 1773 this.MapAreas.RemoveAt(index);
Common\General\Selection.cs (15)
539_common.ChartPicture.MapAreas.Insert(0, area); 604int prevMapAreaCount = _common.ChartPicture.MapAreas.Count; 605_common.ChartPicture.MapAreas.InsertPath( 618for (int i = 0; i < _common.ChartPicture.MapAreas.Count - prevMapAreaCount; i++) 619((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 687int prevMapAreaCount = _common.ChartPicture.MapAreas.Count; 689_common.ChartPicture.MapAreas.InsertPath( 701for (int i = insertIndex; i < _common.ChartPicture.MapAreas.Count - prevMapAreaCount; i++) 702((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 767_common.ChartPicture.MapAreas.Insert(0,area); 843 _common.ChartPicture.MapAreas.Insert(insertIndex,area); 924 _common.ChartPicture.MapAreas.Add( area); 996_common.ChartPicture.MapAreas.Add( area); 1053_common.ChartPicture.MapAreas.InsertPath( 1165foreach (MapArea mapArea in _common.ChartPicture.MapAreas)