CPlotSettingsDialog 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 CXYChart directly.
CPlotSettingsDialog requires that the dialog resource with id IDD_XY_SETTINGS exist in the current file. See the tutorial for more information on copying resources.
These are the members of CPlotSettingsDialog:
Functions