Dundas.SharePoint.Charting.WebParts Send comments on this topic.
MapArea Class
See Also  Members  
Dundas.Charting.WebControl Namespace : MapArea Class


MapArea class represents an area of the chart with end-user interactivity like tooltip, HREF or custom attributes.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Chart image map area")>
<DefaultPropertyAttribute("ToolTip")>
Public Class MapArea 
   Implements IMapAreaAttributesutes 
Visual Basic (Usage) Copy Code
Dim instance As MapArea
C#  
[DescriptionAttribute("Chart image map area")]
[DefaultPropertyAttribute("ToolTip")]
public class MapArea : IMapAreaAttributesutes  

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.MapArea

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