CImagePlotSettingsDialog members


CImagePlotSettingsDialog is derived from CDialog. It can be called simply from within CImageChart as follows:
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


CPlot Reference