dotnetCHARTING Send comments on this topic.
HoverAction Property
See Also 
dotnetCHARTING Namespace > AxisTick Class : HoverAction Property


(JS Chart Only) Gets or sets the hover action when the mouse hovers over the axis tick when it is set through Element.XAxisTick or Element.YAxisTick. By default the behavior is either HighlightSeries or HighlightPointGroup depending on the orientation of the axis.

Syntax

Visual Basic (Declaration) 
Public Property HoverAction As HoverAction
Visual Basic (Usage)Copy Code
Dim instance As AxisTick
Dim value As HoverAction
 
instance.HoverAction = value
 
value = instance.HoverAction
C# 
public HoverAction HoverAction {get; set;}

See Also

© 2021 All Rights Reserved.