Version

Search Results

OnDataItemOver Method

Handler for DataItemOver events. Syntax Parameters e EventArgs to use when raising the DataItemOver event.

OnDrilledDown Method

Handler for DrilledDown events. Syntax Parameters e The EventArgs to use when raising the DrilledDown event.

OnInvalidDataReceived Method

Handler for InvalidDataReceived events. Syntax Parameters e The EventArgs to use when raising the InvalidDataReceived event.

OnKeyDown Method

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.

OnLoad Method

Event Handler for Load events. Syntax Parameters e EventArgs associated with the current Load event.

OnMouseDown Method

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.

OnMouseEnter 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.

OnMouseLeave 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.

OnMouseMove Method (UltraChart)

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.

OnMouseUp 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.