GraphItem

Graph artwork item.

Methods:

duplicate, move, remove, removeAll

Objects:

String,

Hierarchy:

Superclass: PageItem

Class: GraphItem

Property Listing

Property

Type

Access

Description

contentVariable

Varies

read/write

The content variable bound to this graph.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

GraphItem duplicate (relativeObject:Object, insertionLocation:ElementPlacement)

Duplicate this object.

Parameter

Type

Description

relativeObject

Object

 

insertionLocation

ElementPlacement

 

GraphItem move (relativeObject:Object, insertionLocation:ElementPlacement)

Move the object.

Parameter

Type

Description

relativeObject

Object

 

insertionLocation

ElementPlacement

 

undefined remove ()

Deletes this object.

undefined removeAll ()

Deletes all elements.

Return

GraphItem.duplicate()

GraphItems.getByName()

GraphItem.move()