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

In This Topic
    HighlightActivationEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Activation property of an DataHighlight object.
    Syntax
    'Declaration
     
    Public Enum HighlightActivationEnum 
       Inherits System.Enum
    public enum HighlightActivationEnum : System.Enum 
    Members
    MemberDescription
    ClickHighlight is activated when user click on the plotted data.
    CustomUser is responsible for setting active data series and point.
    DisabledHighlight is disabled.
    MouseOverHighlight is activated when user moves mouse over the plotted data.
    Inheritance Hierarchy

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

    See Also