CChart::DeleteData


virtual BOOL DeleteData( int dataRef );

Parameters

Returns

TRUE if the delete was sucessful, FALSE otherwise

Description

This function deletes a specific data set. Since all the settings are array based (instead of dynamic), this requires that the settings be moved around within the arrays to account for the newly missing member. Any child classes which override this function should also call the parent function (see CXYChart::DeleteData)


CChart Reference | CPlot Reference