CAxis::AddAxisPopupMenus
void AddAxisPopupMenus( CMenu *menu, int startVal );
Parameters
- menu - The menu to append the axis popup menu to
- startVal - The starting menu item number for the axis popup menu
Description
Use this function to support popup menus for any new chart type created. It is already called properly by CXYChart and CImageChart.
See CXYChart::ShowPopupMenu for more information on popup menus.
CAxis Reference | CPlot Reference