Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a graph with nodes that have a time property. I was wondering if there is a control that displays a timeline according to the nodes.

Something like the below picture:

http://s3.picofile.com/file/8192248918/TimeLineGraph.png[^]

For example in the picture the first node’s time is 12th December 2006 at 15:00 and the timeline control at top shows the same time.

more information:
-the location of nodes is fixed, i can't reposition them .
-I display graph on a layout control (such as grid or canvas) and i want another control to display timebar.
-the intervals of time bar aren't same.
-it's so much better if your suggestion be the wpf control.

thanks
Posted
Updated 10-Jun-15 2:18am
v2
Comments
Sergey Alexandrovich Kryukov 10-Jun-15 8:03am    
Sounds like a scatter graph type, with connected points. It means that each point is defined by x and y coordinates, so multi-valued functions are possible, in contrast to graph where some x points are mapped to y value. Do your search from this point.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900