GanttChartItemSettings

public struct GanttChartItemSettings

Defines the settings of an item in the diagram.

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public var isHighlighted: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsMovingBar: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsResizingBar: Bool { get set }
  • Undocumented

    Declaration

    Swift

    public var allowsResizingBarAtStart: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsMovingBarVertically: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsResizingCompletionBar: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsDeletingBar: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsCreatingDependencyLinesTo: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsCreatingDependencyLinesFrom: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsDeletingDependencyLinesTo: Bool
  • Undocumented

    Declaration

    Swift

    public var allowsDeletingDependencyLinesFrom: Bool
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public var style: GanttChartItemStyle