Chart.CustomData

Syntax

CustomData: Number | String | Object;

Description

The CustomData property determines user data.

Comments

Use JSON or the setCustomData method to set the property value, and the getCustomData method to get the property value.

Example

The example of use is given on the page with description of the ChartText class constructor.

See also:

Chart