| Visual Basic (Declaration) | |
|---|---|
Public Enum HoverAction Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum HoverAction : Enum | |
| Member | Description |
|---|---|
| HighlightElement | Highlights the specific element when the item is hovered. |
| HighlightSeries | Highlights the associated series when the item is hovered. |
| HighlightElementGroup | Highlights the associated element group (elements across all series that share the same x value or name) when the item is hovered. |
| None | No action occurs when the item is hovered. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.HoverAction