2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / HighlightChanged Event

In This Topic
    HighlightChanged Event
    In This Topic
    Occurs when highlighted data element has been changed.
    Syntax
    'Declaration
     
    Public Event HighlightChanged As HighlightChangedEventHandler
    public event HighlightChangedEventHandler HighlightChanged
    Event Data

    The event handler receives an argument of type HighlightChangedEventArgs containing data related to this event. The following HighlightChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the chart group.  
    Gets the data point index.  
    Gets the data series.  
    Gets the data series index.  
    See Also