CustomizeMapAreasEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the CustomizeMapAreas event of the Chart control.
public ref class CustomizeMapAreasEventArgs : EventArgs
public class CustomizeMapAreasEventArgs : EventArgs
type CustomizeMapAreasEventArgs = class
inherit EventArgs
Public Class CustomizeMapAreasEventArgs
Inherits EventArgs
- Inheritance
Remarks
This class provides data for the CustomizeMapAreas event of the Chart control.
The only property of this class is the MapAreaItemss property, which enables developers to:
Delete or customize map areas that have been created for a chart object; any DataPoint, Series, LegendItem or StripLine object that has a non-empty
Url
,MapAreaAttributes
orToolTip
property will have an associated map area object.Add custom map areas that have a user-defined shape and coordinates.
Constructors
CustomizeMapAreasEventArgs(MapAreasCollection) |
Initializes a new instance of the CustomizeMapAreasEventArgs class with the specified map areas collection. |
Properties
MapAreaItems |
Gets or sets a MapAreasCollection object. Can be used to remove or modify map areas that correspond to a chart object, or to add custom map areas. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |