Group
Group is derived class of VertexElem and represents a group.
Fields
Field | Type | Description |
| boolean | Read only. Returns |
| string | The title. |
| The background color. | |
| Symbol or | The symbol for this group. |
| boolean |
|
| list of VertexElem | Read only. The elements contained in the group. |
| string or | Read only. The string that would be displayed for the group’s start date, or |
| string or | Read only. The string that would be displayed for the group’s finish date, or |
| Read only. The FontSpec used to render the group title. | |
| list of LayoutLine | Read only. A list of LayoutLines providing position information for the group title. |
Methods
deepCollapse( )
Performs a deep collapse on the group.
deepExpand( )
Performs a deep expand on the group.
Last updated