'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.
Property | Description |
---|---|
Group | Gets the chart group. |
PointIndex | Gets the data point index. |
Series | Gets the data series. |
SeriesIndex | Gets the data series index. |
See Also