CImageChart::ShowPopupMenu


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

Parameters

Returns

A popup menu constant representing what happened.

Description

This function shows the popup menu for the image chart. This popup menu includes options for setting the scaling variables, setting up each of the axes, and the grids and title size.

Call InterpretPopupMenuItem with the result of this function to take the appropriate action.


CImageChart Reference | CPlot Reference