com.vaadin.flow.component.charts.model.

Class GanttSeriesItemDependency

All Implemented Interfaces:

Serializable

public class GanttSeriesItemDependency extends ConnectorStyle

A configuration object to express dependencies between tasks in a Gantt chart.

See Also:

  • Constructor Details

    • GanttSeriesItemDependency

      public GanttSeriesItemDependency()
    • GanttSeriesItemDependency

      public GanttSeriesItemDependency(String to)
  • Method Details

    • getTo

      public String getTo()

      See Also:

    • setTo

      public void setTo(String to)

      The ID of the point to connect to.