7 references to List
System.Windows.Forms.DataVisualization (7)
Common\General\ChartGraphics.cs (4)
1623if (common.HotRegionsList.List != null && common.HotRegionsList.List.Count > 0) 1625 ((HotRegion)common.HotRegionsList.List[common.HotRegionsList.List.Count - 1]).Type =
Common\General\Selection.cs (3)
2011ArrayList regionList = this.ChartPicture.Common.HotRegionsList.List; 2635for (int i = hrList.List.Count - 1; i >= 0; i--) 2637HotRegion rgn = (HotRegion)hrList.List[i];