SRGraphView::ShowFeedback
voidSRGraphView::ShowFeedback(SRGraphFeedback *pFeedback)
Displays a graph tip giving feedback about the data item under the mouse cursor
Defined in: GraphVw.cpp
Parameters
pFeedback
Pointer to a SRGraphFeedback object
Remarks
The default feedback display format is intended for demonstration purposes.To perform some useful feedback function, you should override this function in your own derived class.