Dundas Chart for ASP.NET
CustomizeMapAreasEventArgs Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : CustomizeMapAreasEventArgs Class


Provides data for the CustomizeMapAreas event of the Chart control.


Chart map areas customize events arguments

Object Model


Syntax

Visual Basic (Declaration)  
Public Class CustomizeMapAreasEventArgs 
   Inherits EventArgs
Visual Basic (Usage) Copy Code
Dim instance As CustomizeMapAreasEventArgs
C#  
public class CustomizeMapAreasEventArgs : EventArgs 

Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dundas.Charting.WebControl.CustomizeMapAreasEventArgs

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.