ComponentOne GanttView for WinForms
Appearance and Styling / Start Finish Line Color
In This Topic
    Start Finish Line Color
    In This Topic

    Start and Finish lines indicates the starting and ending points of the project tasks.

     Displays customized start and finish line in the GanttView.

    You can easily change the color of the Start and Finish lines by using the StartFinishLineColor property of the C1GanttView class.

    Below code snippet shows how you can change the color of the Start and Finish lines in the GanttView.

    C#
    Copy Code
    //Set the color of Start and Finish lines
    c1GanttView1.StartFinishLineColor = Color.Blue;