GanttChartHeaderStyle

public struct GanttChartHeaderStyle

Defines settings used for GanttChartHeader presentation.

  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public var backgroundColor: Color?
  • Undocumented

    Declaration

    Swift

    public var borders: [Border]
  • Undocumented

    Declaration

    Swift

    public var borderColor: Color
  • Undocumented

    Declaration

    Swift

    public var borderLineWidth: Double
  • When set to true it would extend the background of the time areas to the space visible below and above the header row that it spans; by default, false.

    Declaration

    Swift

    public var isLabelBackgroundExtending: Bool
  • When set to true it would extend the vertical borders of the time areas to the space visible below and above the header row that it spans; by default, false.

    Declaration

    Swift

    public var areLabelBordersExtending: Bool
  • Undocumented

    Declaration

    Swift

    public var labelBorders: [Border]
  • Undocumented

    Declaration

    Swift

    public var labelBorderColor: Color
  • Undocumented

    Declaration

    Swift

    public var labelBorderLineWidth: Double
  • Undocumented

    Declaration

    Swift

    public var labelForegroundColor: Color
  • Undocumented

    Declaration

    Swift

    public var labelAlignment: TextAlignment
  • Undocumented

    Declaration

    Swift

    public var verticalLabelAlignment: VerticalTextAlignment
  • Undocumented

    Declaration

    Swift

    public var horizontalLabelInset: Double
  • Undocumented

    Declaration

    Swift

    public var verticalLabelInset: Double
  • Defines the default highlighting color for scheduled working times in the diagram header (times of schedule) selected by an item in scheduleHighlighters collection of the component.

    Declaration

    Swift

    public var highlightingTimeFillColor: Color
  • Defines the default highlighting color for scheduled nonworking times in the diagram (timeouts of schedule) selected by an item in scheduleHighlighters collection.

    Declaration

    Swift

    public var highlightingTimeoutFillColor: Color
  • Optionally selects a cell style (overriding the default) given an input time interval argument, the selector that generated it, and the row of the selector.

    Declaration

    Swift

    public var cellStyleSelector: GanttChartHeaderCellStyleSelector?
  • Defines an optional default cell style used for specific time interval areas in the diagram (instead of the default time area and label style settings) selected by an item in row selector collections of the component.

    Declaration

    Swift

    public var cellStyle: TimeAreaStyle?