ChangeLineType
This function changes a serie's line type on the Scatter Graph Object.
Function Definition:
void ChangeLineType(int serieNumber, int type);
. int serieNumber: An Integer parameter that Represents the number that identifies a serie of items.
. int type: An Integer parameter that Represents a number that identifies an specific line's style.
To configure this function, follow the steps below:
1. In an object event, configure the ChangeLineType function: ScatterGraphObjectName.ChangeLineType(serieNumber, type);
2. During the execution of the RunTime, run the configured event.
|
Note: This property exists only to the following objects: |