CChart::DataSettings


virtual BOOL DataSettings( void );
virtual BOOL DataSettings( int whichDataSet );

Parameters

Returns

TRUE if the user clicked OK in the settings dialog box, FALSE otherwise.

Description

The default implementation of this function does nothing since data sets vary so widely. Override this function and call the appropriate data settings dialog box function (see CXYChart::DataSettings).


CChart Reference | CPlot Reference