Hi,
Is it possible to specify absolute positioning of event titles?
I would like to disable the 'Anti-Collision' displaying of titles and specify positioning as vertical offsets from the axis. I would like to have different positions per series.
Is this possible?
Thanks. Carlo
You can turn of this behavior with
<igTimeline:XamTimeline x:Name="Timeline1">
<igTimeline:XamTimeline.EventTitleLayoutSettings>
<igTimeline:EventTitleLayoutSettings Enabled="False" />
</igTimeline:XamTimeline.EventTitleLayoutSettings>
You can read more here:
http://help.infragistics.com/NetAdvantage/DV/2010.2/CLR4.0/?page=sl_dv_xamWebTimeline_Change_Event_Title_Layout_for_Time_Series.html