Provides data for the CustomizeMapAreas event of the Chart control.
Chart map areas customize events arguments
| Visual Basic (Declaration) | |
|---|---|
Public Class CustomizeMapAreasEventArgs Inherits EventArgs  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public class CustomizeMapAreasEventArgs : EventArgs  | |
This class provides data for the CustomizeMapAreas event of the Chart control.
The only property of this class is the MapAreaItems property, which allows for:
- the deletion or modification of map items that have automatically been created for a chart object (any data point, series, legend item or strip line object that has a non-empty Href, MapAreaAttributes or ToolTip property will have an associated map area object).
 - the addition of custom map areas that have a user-defined shape and coordinates.
 
System.Object
   System.EventArgs
      Dundas.Charting.WebControl.CustomizeMapAreasEventArgs
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
 
 
 
 
 
 


_218.gif)

