2 instantiations of MapAreasCollection
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
1574
_mapAreas = new
MapAreasCollection
();
3660
MapAreasCollection custCollection = new
MapAreasCollection
();
8 references to MapAreasCollection
System.Web.DataVisualization (8)
Common\General\Chart.cs (3)
1479
private
MapAreasCollection
_mapAreas = null;
2428
public
MapAreasCollection
MapAreas
3660
MapAreasCollection
custCollection = new MapAreasCollection();
WebForm\ChartWebControl.cs (5)
1515
internal void CallOnCustomizeMapAreas(
MapAreasCollection
areaItems)
2198
public
MapAreasCollection
MapAreas
3293
private
MapAreasCollection
_areaItems = null;
3306
public CustomizeMapAreasEventArgs(
MapAreasCollection
areaItems)
3314
public
MapAreasCollection
MapAreaItems