Hi there,
Since we only have 1 datetime series, we want to hide the legend. How could we make it?
Thanks
Thanks. It works.
You can use this code:
<ig:XamTimeline x:Name="timeline">
<ig:XamTimeline.LegendStyle>
<Style TargetType="ig:TimelineLegend">
<Setter Property="Visibility" Value="Collapsed" />
</Style>
</ig:XamTimeline.LegendStyle>
</ig:XamTimeline>