addObject (Chart)

Syntax

<Path>.addObject(Object:object) → boolean

The method addObject adds the object designated by the parameter to the Chart. This works the same way as if you dragged the object to the Chart and dropped it there.

Parameter

The parameterObject of data type object designates the name of the object.

Return Value

The return value has the data type boolean.

Example

MyChart.addObject(MyExporter)

Related Topic

Drag-and-Drop for Chart Objects