diff --git a/ej2-asp-core-mvc/gantt/images/project-multitaskbar.png b/ej2-asp-core-mvc/gantt/images/project-multitaskbar.png new file mode 100644 index 0000000000..ac9140b95e Binary files /dev/null and b/ej2-asp-core-mvc/gantt/images/project-multitaskbar.png differ diff --git a/ej2-asp-core-mvc/gantt/taskbar.md b/ej2-asp-core-mvc/gantt/taskbar.md index 6001156fdb..aa076a4e4a 100644 --- a/ej2-asp-core-mvc/gantt/taskbar.md +++ b/ej2-asp-core-mvc/gantt/taskbar.md @@ -168,6 +168,10 @@ The following code example shows how to use this property. {% endtabs %} {% endif %} + + +![Multitaskbar support in projectview](images/project-multitaskbar.png) + ## Connector lines The width and background color of connector lines in Gantt can be customized using the [`ConnectorLineWidth`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Gantt.Gantt.html#Syncfusion_EJ2_Gantt_Gantt_ConnectorLineWidth) and [`ConnectorLineBackground`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Gantt.Gantt.html#Syncfusion_EJ2_Gantt_Gantt_ConnectorLineBackground) properties. The following code example shows how to use these properties.