Hi Jared,
Thanks for using Syncfusion products.
We can achieve your requirements by setting Annotations as per the below code
snippet.
Code Snippet[XAML]:
<chart:ChartSeries.Annotations>
<chart:AnnotationsCollection>
<chart:ChartSeriesAnnotation x:Name="serAnnot1"
X="0" Y="35"
Description="Stage 1"
Template="{StaticResource LabelTemplate}"
Stroke="Black"
Fill="Orange"></chart:ChartSeriesAnnotation>
<chart:ChartSeriesAnnotation x:Name="serAnnot2"
X="1" Y="50"
Description="Stage 2"
Template="{StaticResource LabelTemplate}"
Stroke="Black"
Fill="Orange"></chart:ChartSeriesAnnotation>
……….
</chart:AnnotationsCollection>
</chart:ChartSeries.Annotations>
We have prepared a sample based on this and you can find
the sample under the following location:
Sample : http://www.syncfusion.com/downloads/support/directtrac/general/GanttChart-982778748.zip
Please let us know if you have any queries.
Regards,
Muneesh Kumar G.