Hi Sharath,
Greetings, we have analyzed your requirement but unfortunately, we were unable to extract the attachment in your update. However, you can achieve this requirement by setting GridWidth as 0 in GanttControl as per the below code snippet.
<!-- Gantt Control information -->
<gantt:GanttControl x:Name="Gantt"
ItemsSource="{Binding TeamDetails}"
ShowChartLines="False"
VisualStyle="Metro"
GridWidth="0">
</gantt:GanttControl> |
Hope it helps.
Thanks,
Muneesh Kumar G.