Graph.SetLabel Method
| Explanation | Renames the specified data. | |
| Call format | Graph1.SetLabel( index, name ) | |
| Return value | None | |
| Arguments | integer index | The position of the data to be changed. 0 is the first data. The next data is obtained each time the value increases by 1. |
| String name | New name | |
| Exception | None | |
| Example of use | | |
| Related item | ||