GanttChartItemStyleSource
public struct GanttChartItemStyleSource : GanttChartItemStyleSelector
Selects the style for any item in the diagram using a function provided by the developer.
-
Undocumented
Declaration
Swift
public init(function: @escaping GanttChartItemStyleFunction) -
Undocumented
Declaration
Swift
public let function: GanttChartItemStyleFunction -
Undocumented
Declaration
Swift
public func style(for item: GanttChartItem) -> GanttChartItemStyle?
GanttChartItemStyleSource Structure Reference