RemoveAllPlots
Removes all dataplots from layer.
BOOL RemoveAllPlots( DWORD dwCntrl = 0 )
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