ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / HighlightChanged Event

In This Topic
    HighlightChanged Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event HighlightChanged As C1.Win.C1Chart.HighlightChangedEventHandler
    public event C1.Win.C1Chart.HighlightChangedEventHandler HighlightChanged
    Event Data

    The event handler receives an argument of type C1.Win.C1Chart.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