dotnetCHARTING Send comments on this topic.
HitTestType Enumeration
See Also  
dotnetCHARTING Namespace : HitTestType Enumeration


Defines the type of object described by a HitTestInfo class.

Syntax

Visual Basic (Declaration)  
Public Enum HitTestType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As HitTestType
C#  
public enum HitTestType : Enum 

Members

Member Description
None No object.
Element An element.
LegendEntry A LegendEntry.
Label A Label.
Annotation An Annotation.
TitleBox A TitleBox
LegendBox A LegendBox
XAxis An X Axis.
YAxis A Y Axis.
ChartArea A ChartArea.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.HitTestType

See Also