GanttChartItemType

public enum GanttChartItemType : Equatable, Hashable, CaseIterable

Define the types of bars that items may use.

  • Standard work (to be) done in a time interval within a project’s timeline, usually displayed as a classic bar in the diagram.

    Declaration

    Swift

    case standard
  • Milestone point representing a single (important) moment in a project’s timeline, usually displayed as a diamond in the diagram.

    Declaration

    Swift

    case milestone
  • Virtual (aggregated) work (to be) done in a time interval, usually redefined by standard items to be displayed under (below) the visually grouping summary bar.

    Declaration

    Swift

    case summary