removeDataRange() Method
Description
Removes data range from a data set by the range of dates.
See Real-Time Data Streaming and Data Manipulations article for more information.
Note: Doesn't take effect until commitDataChanges() method is called.
Parameters
- dataSetId:StringData set identifier 
- startDate:DateSets the begging of the range to be removed 
- endDate:DateSets the end of the range to be removed 
Returns
Boolean.
Note: If the return value is true the command was processed successfully, the command failed to be processed due to component busy state otherwise.
Samples
Online HTML/JavaScript Sample
	
Online HTML/JavaScript Sample
	
