-
Sets whether automatic curveness is enabled or not and returns the current instance for method chaining.
Sets the center offset for the graph and returns the updated graph data instance.
Sets the default category for the graph and returns the current instance of GraphData.
Sets the draggable property of the GraphData object.
Sets the symbol for the end of edges in the graph and returns the updated GraphData instance.
Sets the start symbol for edges in the graph.
Sets the force layout configuration for the graph data.
Sets the layout type for the graph data and returns the updated instance.
GraphData.node(N... nodes)
Adds one or more nodes to the graph and returns the updated graph data.
GraphData.roam(boolean roam)
Sets whether roaming is enabled or disabled for the graph data.
Constructs an XYGraphChart, a specialized chart type that uses graphical
representation of data in an XY format.