InsertItem
This function inserts an item to the Scatter Graph Object.
Function Definition:
void InsertItem(int serieNumber, object x, object y);
. int serieNumber: An Integer parameter that Represents the number that identifies a serie of items.
. object x: Represents the item's horizontal value. It can be either string or numeric.
. object y: Represents the 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.InsertItem(serieNumber, x, y);
2. During the execution of the RunTime, run the configured event to insert a new item into the Scatter Graph Object.
|
Note: This property exists only to the following objects: |