CustomizeMapAreasEventArgs Class
Provides data for the CustomizeMapAreas event of the Chart control.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
System::EventArgs
System.Web.UI.DataVisualization.Charting::CustomizeMapAreasEventArgs
| Name | Description | |
|---|---|---|
![]() | CustomizeMapAreasEventArgs(MapAreasCollection^) | Initializes a new instance of the CustomizeMapAreasEventArgs class with the specified map areas collection. |
| Name | Description | |
|---|---|---|
![]() | MapAreaItems | Gets or sets a MapAreasCollection object. Can be used to remove or modify map areas that correspond to a chart object, or to add custom map areas. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class provides data for the CustomizeMapAreas event of the Chart control.
The only property of this class is the MapAreaItemss property, which enables developers to:
Delete or customize map areas that have been created for a chart object; any DataPoint, Series, LegendItem or StripLine object that has a non-empty Url, MapAreaAttributes or ToolTip property will have an associated map area object.
Add custom map areas that have a user-defined shape and coordinates.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


