Hello,
I need a compact overview of the timeline, without titles. I would like to be able to stack the event spans, so that they never overlap, but stack just like the titles do by default.
I think the poster here has the same question: http://blogs.infragistics.com/forums/t/23773.aspx but the answer provided is for the Silverlight timeline...
The Timeline still doesn’t have this functionality, but you can use the sample from the SL Timeline. Just change the resource names “x:Name” to “x:Key”.
<Style x:Name="EventSpan1Style"
to:
<Style x:Key="EventSpan1Style"
Thank you. I still did not get it to work though, as both the "SeriesPane" and "GridArea" types were not found... Are they Silverlight specific?