Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CustomizeMapAreas Event
See Also 
Dundas.Charting.WebControl Namespace > Chart Class : CustomizeMapAreas Event


Fires just before the chart image map is rendered. Use this event to customize the map areas items.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Fires just before the chart image map is rendered. Use this event to customize the map areas items.")>
Public Event CustomizeMapAreas() As CustomizeMapAreasEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As CustomizeMapAreasEventHandler
 
AddHandler instance.CustomizeMapAreas, handler
C#  
[DescriptionAttribute("Fires just before the chart image map is rendered. Use this event to customize the map areas items.")]
public event CustomizeMapAreasEventHandler CustomizeMapAreas()

Event Data

The event handler receives an argument of type CustomizeMapAreasEventArgs containing data related to this event. The following CustomizeMapAreasEventArgs properties provide information specific to this event.

Property Description
MapAreaItems MapArea items 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