GanttChartDependencySettings

public struct GanttChartDependencySettings

Defines the settings of a dependency in the diagram.

  • Undocumented

    Declaration

    Swift

    public init()
  • Indicates that the dependency line should be highlighted in the diagram (regardless of focus). Useful (optionally in conjunction with item.settings.isHighlighted) to highlight chains of Gantt Chart (items and) dependencies.

    Declaration

    Swift

    public var isHighlighted: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsDeletingDependencyLine: Bool
  • Undocumented

    Declaration

    Swift

    public var isReadOnly: Bool { get set }
  • Defines user interface style settings to be used upon drawing the dependency in the diagram.

    Declaration

    Swift

    public var style: GanttChartDependencyStyle