DataVisualizer.CustomData

Syntax

CustomData: Object | Array;

Description

The CustomData property is used to store any custom data.

Comments

Use JSON or the setCustomData(value_id, _reInit_value) method to set the property value:

Property value is returned by means of the getCustomData(id) method, parameters:

Example

The property use is given on the Example of Creating the BubbleChart Component page.

See also:

DataVisualizer