ChartPoint.CustomData

Syntax

CustomData: Number | String | Object;

Description

The CustomData property is used to store any user-defined 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 Example of Creating a Stacked Histogram page.

See also:

ChartPoint