Stripline

31 Jan 20181 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
  • <div style="width:100%;height:100%;overflow:visible;">                  
    
            <ej:Gantt ID="GanttControlDefault" runat="server">
                <StripLines>
                    <ej:GanttStripLine Day="01/02/2014" Label="Project Release"  LineColor="blue" LineStyle="dotted" LineWidth="2" />
                </StripLines>
            </ej:Gantt>        
        </div>

    The following screenshot shows Stripline in Gantt control.

    Figure : Stripline