CAxis::AddNumberOfTicksPopup
void AddNumberOfTicksPopup( CMenu *addMenu, LPCSTR titleString, long compare, int startVal );
Parameters
- addMenu - The menu to append to
- titleString - The title for the sub-menu
- compare - The current setting for the number of ticks
- startVal - The starting menu item number for the popup
Description
This function is generally only called by CAxis. It adds a popup menu to an existing menu which lists possible number of ticks (including an "Auto" option.)
CAxis Reference | CPlot Reference