Articles in this section
Category / Section

How to enable horizontal lines for GanttChart's rows in Silverlight GanttControl?

1 min read

In GanttChart, you can enable the horizontal lines by setting the BorderThickness for GanttChartRow.

The following code example demonstrate how to set the BorderThickness for GanttChartRow.

XAML

<gantt:GanttControl>
          <gantt:GanttControl.Resources>
                     <Style TargetType="chart:GanttChartRow">
                                <Setter Property="BorderThickness" Value="0,0,0,2"/>
                      </Style>
          </gantt:GanttControl.Resources>
</gantt:GanttControl>
 

The following screenshot displays the GanttChart with horizontal lines.

F:\Farjana\F Drive\KB\Gantt Chart Row\After2.png

Figure 1: GanttChart with horizontal lines

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied