RemoveAllPlots
Removes all dataplots from layer.
BOOL RemoveAllPlots( DWORD dwCntrl = 0 )
enum { RAP_NO_OC_MODIFY_MSG = 0x00001000, RAP_NO_STYLE_HOLDER_UPDATE = 0x00100000, };
bit values are additive
TRUE for success, otherwise FALSE
EX1
// the following code remove all data plots in the active layer void GraphLayer_RemoveAllPlots_ex1() { GraphLayer gl = Project.ActiveLayer(); gl.RemoveAllPlots(); }
Remove all dataplots in layer including floating column bar
origin.h