CImagePlotSettingsDialog dialog( NULL, this ); if( dialog.DoModal() == IDOK ) { // Need to update chart }Although the class is public, it is better to call the Plot settings function of CImageChart directly.
CImagePlotSettingsDialog requires that the dialog resource with id IDD_IMAGE_SETTINGS exist in the current file. See the tutorial for more information on copying resources.
These are the members of CImagePlotSettingsDialog:
Functions