I've been playing with the timeline demo and wanted to stack points above/below the line like in the pictured in the documentation (describing the timeline features). I'm hoping to place them at separate y-values. Is this possible? Seems like it would be from the picture.
Can someone give me a short example or point me to the right place as to how to do this?
Thanks!
Teodor Taushanov"] You can control the position (above/below the line) of the series with Series.Position property. <igTimeline:DateTimeSeries Position="BottomOrRight"
Teodor -
OK, yeah I see that that will put the box with the title above/below the line. What's I'm more interested in doing is seeing the points on the line above/below that line - something like this:
because there will be a fair amount of overlap of the points otherwise. Is this possible? I like the zooming/panning and data indicator in the zoom slider that the timeline control provides but the maybe I should be using a different control - xamDataChart perhaps.
I hope what I'm wanting to do is clear.
Thanks,
Matt
You can control the position (above/below the line) of the series with Series.Position property.
<igTimeline:DateTimeSeries Position="BottomOrRight"