SRGraphView::OnLButtonUp

void SRGraphView::OnLButtonUp(UINT nFlags, CPoint point)

Handles left mouse button release
If a data item was being dragged, the process is stopped.
If a selection was being made, then the relevant data items are selected or zooming is performed depending on the style of the graph.

Defined in: GraphVw.cpp

Parameters

nFlags

Mouse flags

point

Mouse position at which the button was released

Developer Notes

Modified in version 1.2 to allow selection within multiple displays.