开发者

Timeline control in C#

开发者 https://www.devze.com 2022-12-31 17:29 出处:网络
I am implementing a packet analyzer in C#. I need a timeline control which would display the packets on a line, and they would be selectable. Something lik开发者_高级运维e this. Are there ready made c

I am implementing a packet analyzer in C#. I need a timeline control which would display the packets on a line, and they would be selectable. Something lik开发者_高级运维e this. Are there ready made controls like this in C#?

Thanks.


If you're implementing this as a GUI, you could use WPF and add items to a listbox, using a custom layout to make it display horizontally. See this post as well.


Look at .NET chart control - has a timeline sample. Zedgraph might need a bit more work.

0

精彩评论

暂无评论...
验证码 换一张
取 消