.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : HoverAction Enumeration
HoverAction Enumeration
(JS Charts Only) Specifies the action caused by hovering the mouse over an item.
Syntax
'Declaration
 
Public Enum HoverAction 
   Inherits System.Enum
'Usage
 
Dim instance As HoverAction
public enum HoverAction : System.Enum 
Members
MemberDescription
HighlightElementHighlights the specific element when the item is hovered.
HighlightElementGroupHighlights the associated element group (elements across all series that share the same x value or name) when the item is hovered.
HighlightSeriesHighlights the associated series when the item is hovered.
NoneNo action occurs when the item is hovered.
Inheritance Hierarchy

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

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