CAxisSettings members


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

dialog.m_CurAxis = whichAxis; // whichAxis is zero-based

if( dialog.DoModal() == IDOK )
{
	// Need to update chart
}

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

These are the members of CAxisSettings:

Functions

Variables


CPlot Reference