2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / SelectActionEnum Enumeration

In This Topic
    SelectActionEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the SelectAction property of an ChartTooltip object.
    Syntax
    'Declaration
     
    Public Enum SelectActionEnum 
       Inherits System.Enum
    public enum SelectActionEnum : System.Enum 
    Members
    MemberDescription
    ClickTooltip is shown when user clicks on the chart element.
    MouseOverTooltip is shown when mouse is over the chart element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.SelectActionEnum

    See Also