# GanttView for WinForms Overview

## Content

Managing complex projects can be quite tedious and requires a lot of effort, but **GanttView** makes it a lot easier for you by managing your project's schedule. It provides the users with a Microsoft Project-like user experience for effective project schedule management. The GanttView generates a schedule for the provided list of tasks, durations, and constraints and presents it in a form of a graphical diagram, that is, GanttChart. The chart then plots the tasks to be performed on the vertical axis, and the time intervals on the horizontal axis. Moreover, it provides additional support for managing resources, constraints, dependencies, styles, and much more. Not just this, the control also provides an extensive design-time support to make your programming tasks a lot easier.

![C1WinForms GanttView - C1GanttView control demo](https://cdn.mescius.io/document-site-files/images/7e40233e-00f6-4cd8-af13-0764ef4e9235/images/ganttview-overview.png)

The GanttView control can bind with any of the .NET sources such as ADO.NET or an Entity Framework. It also lets you define the tasks manually when in the unbound mode. It also provides many advanced features such as task-tracking, customizing working time, advanced filtering, and much more. Other than this, you can easily customize the shape, pattern, and color for each bar style.

| **Documentation** | **Blogs** |
| ------------- | ----- |
| [Create Your First Application with GanttView](/componentone/docs/win/online-ganttview/ganttviewforwinforms1) [DesignTime Support](/componentone/docs/win/online-ganttview/designtimesupport) [Appearance & Styling](/componentone/docs/win/online-ganttview/appearance-styling) | [GanttView : Adding Ease to Project Management](https://developer.mescius.com/blogs/ganttview-a-complete-project-management-tool) [C1Ganttview - A Complete GanttChart for WinForms Apps](https://developer.mescius.com/blogs/c1ganttview-a-complete-ganttchart-for-winforms-apps) |
| **Videos** | **Demo Samples** |
| [ComponentOne WinForms Edition Videos](https://developer.mescius.com/videos/componentone) | [WinForms and WPF Demo](https://developer.mescius.com/componentone/demos) |

>type=note
> Note: ComponentOne GanttView for WinForms is compatible with both .NET and .NET Framework.

>type=info
> **Namespace Update**: The **C1.Win.C1GanttView** namespace is now **C1.Win.GanttView**. Update your using directives and reference the new NuGet package **C1.Win.GanttView**. All GanttView assemblies are merged into a single package for easier installation.

| **API References** |
| -------------- |
| [C1.Win.GanttView .NET Assembly](/componentone/api/win/online-ganttview/dotnet-api/C1.Win.GanttView.10/C1.GanttView.html) |
