InsertItems

Parent Previous Next

InsertItems

This function inserts a list of items to the Scatter Graph Object.


Function Definition:


void InsertItems(int serieNumber, List < object> x, List<object> y);


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

.     List<object> x: Represents a list of item's horizontal value. It can be either string or numeric.

.     List<object> y: Represents a list of item's vertical value. It should be numeric.



To configure this function, follow the steps below:


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


2.   During the execution of the RunTime, run the configured event to insert a list of items into the Scatter Graph Object.


  

 

Note: This property exists only to the following objects:

.     Scatter Graph