CDataSettingsDialog members


CDataSettingsDialog is derived from CDialog. It can be called simply from within CXYChart as follows:
CDataSettingsDialog		dialog( NULL, this );

dialog.m_CurDataSet = whichDataSet; // whichDataSet is zero-based

if( dialog.DoModal() == IDOK )
{
	// Need to update chart
}
Although the class is public, it is better to call the DataSettings function of CXYChart directly.

CDataSettingsDialog requires that the dialog resource with id IDD_DATA_SETTINGS exist in the current file. See the tutorial for more information on copying resources.

These are the members of CDataSettingsDialog:

Functions

Variables


CPlot Reference