"setItemData"
Adds data to the item for scripting purposes.
Synopsis
void shape.setItemData(int series, int idx, anytype data);
Parameters
| Parameters | Description | 
|---|---|
| series | Number of the series | 
| idx | Series index | 
| data | The data to be added. | 
Description
The function allows you to add user-defined data to the item. The data is not used anywhere, it is stored for scripting purposes.