[]
        
(Showing Draft Content)

Nonworking Time Color

The nonworking time denotes the time duration during which no work is being carried out, like company holidays, weekends, and so on.

Displays customized nonworing-time line in the GanttView

You can change the color of nonworking time line by using the NonworkingTimeColor property of the C1GanttView class.

Use the below code snippet to change the nonworking time color in the GanttView.

//Set the nonworking-time
c1GanttView1.NonworkingTimeColor = Color.Blue;