| Visual Basic (Declaration) | |
|---|---|
| Public Enum HitTestType Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum HitTestType : Enum | |
| 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. | 
| Series | A Series. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.HitTestType
 
     
     
     
    