Handler for DataItemOver events. Syntax Parameters e EventArgs to use when raising the DataItemOver event.
Handler for DrilledDown events. Syntax Parameters e The EventArgs to use when raising the DrilledDown event.
Handler for InvalidDataReceived events. Syntax Parameters e The EventArgs to use when raising the InvalidDataReceived event.
Implements functionality for the interaction with the chart and raises the KeyDown event. Syntax Parameters evt The System.Windows.Forms.KeyEventArgs instance containing the event data. Remarks If you override this method, make sure to call the base method.
Event Handler for Load events. Syntax Parameters e EventArgs associated with the current Load event.
Implements functionality for the interaction with the chart and raises the MouseDown event. Syntax Parameters evt The System.Windows.Forms.MouseEventArgs instance containing the event data. Remarks If you override this method, make sure to call the base method.
Implements functionality for the interaction with the chart and raises the System.Windows.Forms.Control.MouseEnter event. Syntax Parameters e An System.EventArgs that contains the event data. Remarks If you override this method, make sure to call the base method.
Implements functionality for the interaction with the chart and raises the System.Windows.Forms.Control.MouseLeave event. Syntax Parameters e An System.EventArgs that contains the event data. Remarks If you override this method, make sure to call the base method.
Implements functionality for the interaction with the chart and raises the MouseMove event. Syntax Parameters evt The System.Windows.Forms.MouseEventArgs instance containing the event data. Remarks If you override this method, make sure to call the base method.
Implements functionality for the interaction with the chart and raises the MouseUp event. Syntax Parameters evt The System.Windows.Forms.MouseEventArgs instance containing the event data. Remarks If you override this method, make sure to call the base method.