When the C1GanttView’s VisualStyle property is set to Custom you can style any of its elements using the following properties:
Property | Description | Example |
---|---|---|
CellBorderColor | Specifies the custom color of cell borders in the grid and chart views. | CellBorderColor Example |
EmptyAreaBackColor | Specifies the background color of the empty area below the tasks. | |
FixedBackColor | Specifies the custom background color of the fixed column/timescale area. | FixedBackColor Example |
FixedCellBorderColor | Specifies the custom color of cell borders in the fixed area. | FixedCellBorderColor Example |
FixedForeColor | Specifies the custom foreground color of the fixed column/timescale area. | FixedForeColor Example |
HighlightBackColor | Specifies the custom background color of the highlighted row in the grid view. | HighlightBackColor Example |
HighlightForeColor | Specifies the custom foreground color of the highlighted row in the grid view. | HighlightForeColor Example |
NonWorkingTimeColor | Specifies the color of the brush for drawing non-working time. | NonWorkingTimeColor Example |
SplitterColor | Specifies the custom color of the splitter between the grid and chart views | SplitterColor Example |
StartFinishLineColor | Specifies the color of the project start/finish date lines. | StartFinishLineColor Example |
TodayLineColor | Specifies the color of the “today” line. | TodayLineColor Example |
ToolbarBackColor | Specifies the custom background color of the toolbar. | ToolbarBackColor Example |