MapArea Constructor

.NET Framework (current version)
 

Initializes a new instance of the MapArea class.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubmethodMapArea()

Initializes a new instance of the MapArea class.

System_CAPS_pubmethodMapArea(MapAreaShape, String^, array<Single>^)

Initializes a new instance of the MapArea class with the specified shape, URL and coordinates.

System_CAPS_pubmethodMapArea(MapAreaShape, String^, String^, String^, String^, array<Single>^, Object^)

Initializes a new instance of the MapArea class with the specified shape, tooltip text, URL, attributes, postback value, coordinates and tag.

System_CAPS_pubmethodMapArea(String^, GraphicsPath^)

Initializes a new instance of the MapArea class with the specified URL and GraphicsPath object.

System_CAPS_pubmethodMapArea(String^, RectangleF)

Initializes a new instance of the MapArea class with the specified URL and RectangleF structure.

System_CAPS_pubmethodMapArea(String^, String^, String^, String^, GraphicsPath^, Object^)

Initializes a new instance of the MapArea class with the specified tooltip text, URL, attributes, postback value, path and tag.

System_CAPS_pubmethodMapArea(String^, String^, String^, String^, RectangleF, Object^)

Initializes a new instance of the MapArea class with the specified tooltip text, URL, attributes, postback value, rectangle coordinates and tag.

Return to top
Show: