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


(JS Charts Only) Specifies the action caused by hovering the mouse over an item.

Syntax

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

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.HoverAction

See Also

© 2021 All Rights Reserved.