Type | Name | Description | Notes |
String | backgroundPictureName | Contains the background picture file name. The file is an .ilv file. The default value is nothing. | |
Color | defaultBackgroundLabelColor | Contains the default background of the node label. The default value is white . This value is used when the property nodeBackgroundColumnName is null . | |
String | defaultBitmapName | Contains the default bitmap of the node. The default value is null . This value is used when the property nodeBitmapColumnName is null . | |
Color | defaultForegroundLabelColor | Contains the default foreground of the node label. The default value is black . This value is used when the property nodeForegroundColumnName is null . | |
Color | defaultLinkColor | Contains the default foreground of the link. The default value is blue . This value is used when the property linkColorColumnName is null . | |
IliGrapherLinkType | defaultLinkType | Contains the default type of the link. The default value is IliGrapherLinkDirect . This value is used when the property linkTypeColumnName is null . | |
Boolean | displayName | Contains true if the node label must be displayed. The default value is true . | |
String | linkColorColumnName | Contains the link color column name. The column type must be a string. The default value is null . | |
String | linkDataSourceName | Contains the link data source name. The default value is null . | |
String | linkFromColumnName | Contains the link destination column name. The default value is null . | |
Boolean | linkOriented | Specifies that the link must be oriented. This property is used when the linkOrientedColumnName property is null . The default value is false . | |
String | linkOrientedColumnName | Contains the link orientation column name. The column type must be boolean . The default value is null . | |
String | linkToColumnName | Contains the link source column name. The default value is null . | |
String | linkTypeColumnName | Contains the link type column name. The column type must be an integer between 0 and 6 . The default value is null . | |
String | nodeBackgroundColumnName | Contains the node background column name. The column type must be a string. The default value is null . | |
String | nodeBitmapColumnName | Contains the node bitmap column name. The column type must be a string. The default value is null . | |
String | nodeDataSourceName | Contains the node data source name. The default value is null . | |
String | nodeForegroundColumnName | Contains the node foreground column name. The column type must be a string. The default value is null . | |
String | nodeIdColumnName | Contains the node identifier column name. The default value is null . | |
String | nodeLabelColumnName | Contains the node label column name. The column type must be a string. The default value is null . | |
String | nodeXColumnName | Contains the node X-position column name. The column type must be numeric. The default value is null . | |
String | nodeYColumnName | Contains the node Y-position column name. The column type must be numeric. The default value is null . | |
Boolean | propagateNodeDeletion | Contains true if the deletion of a node is propagated. All links of the deleted node are deleted. The default value is true . | |
Boolean | propagateNodeRename | Contains true if the node rename is propagated. All links of the renamed node are edited to modify the source or the destination. The default value is true . | |
Boolean | supportsOutOfOrderEvents | Contains true if a link can be created before its nodes. The default value is false . | |
Callback | refreshAll() | Refreshes all links and nodes. | |