ClearItems

Parent Previous Next

ClearItems

This function remove a serie of items from the Scatter Graph Object.


Function Definition:


void ClearItems(int serieNumber);


.     int serieNumber: An Integer parameter that Represents the number that identifies a serie of items.



To configure this function, follow the steps below:


1.   In an object event, configure the InsertItem function: ScatterGraphObjectName.ClearItems(serieNumber);


2.   During the execution of the RunTime, run the configured event.


  

 

Note: This property exists only to the following objects:

.     Scatter Graph