Stripline in EJ 1 ASP.NET MVC Gantt
22 Mar 2018 / 1 minute to read
Stripline in Gantt control is used to highlight the important event in Gantt chart part. By using this feature, you can add the Striplines to highlight important days in your project. The following code example shows you how to add the Stripline in Gantt control.
@(Html.EJ().Gantt("Gantt")
//...
.StripLines(new List<Syncfusion.JavaScript.Models.StripLine>
{
new Syncfusion.JavaScript.Models.StripLine()
{
Day="03/02/2014",
Label="Project Release",
LineStyle="dotted",
LineColor="blue",
LineWidth=2 },
})
)
@(Html.EJ().ScriptManager())
The following screenshot shows stripline in Gantt control.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page