Occurs when a chart has been clicked on with the right mouse button. The event handler receives an argument of type ChartEventArgs containing data related to this event.
Introduced: X8.
public event ChartEventHandler ChartRightClicked;
Public Event ChartRightClicked As ChartEventHandler