# Start Finish Line Color

## Content



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

![Displays customized start and finish line in the GanttView.](https://cdn.mescius.io/document-site-files/images/7e40233e-00f6-4cd8-af13-0764ef4e9235/images/startfinishcolorganttview.png)

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.

```csharp
//Set the color of Start and Finish lines
c1GanttView1.StartFinishLineColor = Color.Blue;
```