'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.
Property | Description |
---|---|
Group | |
PointIndex | |
Series | |
SeriesIndex |
See Also