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


areaItems
Fires when chart image map data is prepared to be rendered.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Fires when chart image map data is prepared to be rendered.")>
Protected Overridable Sub OnCustomizeMapAreas( _
   ByVal areaItems As MapAreasCollection _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim areaItems As MapAreasCollection
 
instance.OnCustomizeMapAreas(areaItems)
C#  
[DescriptionAttribute("Fires when chart image map data is prepared to be rendered.")]
protected virtual void OnCustomizeMapAreas( 
   MapAreasCollection areaItems
)

Parameters

areaItems

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