"getItemData"

Retrieves data from the item for scripting purposes.

anytype shape.getItemData(int series, int idx);

Parameters

Parameter Description
series Number of the series
idx Series index
data The data to be added.

Description

The function allows you to retrieve user-defined data from the item, which was set with setItemData.

Assignment

Chart.ewo