Xceed Chart for WinForms v4.4 Documentation
SeriesCustomMapAreaAttributesMode Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : SeriesCustomMapAreaAttributesMode Enumeration
Defines the possible custom script modes for mouse move and mouse click scripts.
Syntax
'Declaration
 
Public Enum SeriesCustomMapAreaAttributesMode 
   Inherits System.Enum
'Usage
 
Dim instance As SeriesCustomMapAreaAttributesMode
public enum SeriesCustomMapAreaAttributesMode : System.Enum 
Members
MemberDescription
DataPointsin this mode the custom mouse move or mouse click script is specified per data point.
Defaultall data points have the same custom script for the mouse move or mouse click script.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.SeriesCustomMapAreaAttributesMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Chart.Core Namespace