CXYChart::ShowPopupMenu


virtual int ShowPopupMenu( CWnd *window, UINT nFlags, CPoint point );
virtual int ShowPopupMenu( CMenu *passedMenu, CWnd *window, UINT nFlags, CPoint point );

Parameters

Returns

A popup menu constant representing what happened.

Description

This functions shows a popup menu at the location given by point. This popup menu contains sub menus for grids, each of the axes present, and every data set. It also includes a Settings... option which will bring up the PlotSettings dialog box.


CXYChart Reference | CPlot Reference