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