CustomData: Number | String | Object;
The CustomData property is used to store any user-defined data.
Use JSON or the setCustomData method to set the property value, and the getCustomData method to get the property value.
The example of use is given on the Example of Creating a Line Chart page.
See also: