Dundas Chart for ASP.NET
Add Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > MapAreasCollection Class : Add Method


Appends a custom MapArea object to the MapAreasCollection.

Overload List

Overload Description
Add(Object) Adds an object to the end of the collection.
Add data point object into the collection.  
Add(String,String,String,GraphicsPath)

Appends a custom MapArea object to the end of the MapAreasCollection, allowing for a tooltip, hyperlink, custom shape and map area attributes to be specified.


Add new map area item into the collection.  
Add(String,String,String,RectangleF)

Appends a custom MapArea object to the end of the MapAreasCollection, allowing for a tooltip, hyperlink, a RectangleF structure and map area attributes to be specified.


Add new map area item into the collection.  
Add(MapAreaShape,String,String,String,Single[])

Appends a custom MapArea object to the end of the MapAreasCollection, allowing for a tooltip, hyperlink, a pre-defined shape and map area attributes to be specified.


Add new map area item into the collection.  
Add(String,GraphicsPath)

Appends a custom MapArea object to the end of the MapAreasCollection. Takes a hyperlink as a parameter.


Add new map area item into the collection.  
Add(String,RectangleF)

Appends a custom MapArea object to the end of the MapAreasCollection. Takes a hyperlink and bounding rectangle as parameters.


Add new map area item into the collection.  
Add(MapAreaShape,String,Single[])

Appends a custom MapArea object to the end of the MapAreasCollection. Takes a shape, hyperlink and coordinates as parameters.


Add new map area item into the collection.  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.